Skip to content

Commit

Permalink
Merge branch 'master' into CoinBevy-profile
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 authored Jun 6, 2022
2 parents a361280 + 6527c9d commit 2a07ee5
Show file tree
Hide file tree
Showing 506 changed files with 6,761 additions and 526 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ create_dirs.py
*.log
*.sql
*.sqlite
*.json

# OS generated files #
######################
Expand Down
136 changes: 86 additions & 50 deletions README.md

Large diffs are not rendered by default.

124 changes: 65 additions & 59 deletions full_validators.md

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions get_emails.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
import re
import glob
import json
import pathlib

EMAIL_REGEX = re.compile(r"[a-z0-9]+[\._]?[a-z0-9]+[@]\w+[.]\w{2,3}")

EMAIL_REGEX = re.compile(r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b')
files = glob.glob("*/*/*.json")
emails = []
emails = {}

for f in files:
valAddress = str(pathlib.Path(f).parent.resolve()).split('/')[-1]
with open(f) as contents:
for email in EMAIL_REGEX.findall(contents.read()):
emails.append(email)
emails[valAddress] = email

print(", ".join(sorted(set(emails))))
with open('validators.json', 'w') as outfile:
json_string = json.dumps(emails, indent=4, sort_keys=True)
outfile.write(json_string)
1 change: 1 addition & 0 deletions new-addresses.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
moniker,terraveloper address
46 changes: 21 additions & 25 deletions template/README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,41 @@
---
Moniker: <moniker>
Validator: <validator-address>
Email: <your-email>
Telegram: @your_telegram_handle
Moniker: wave
Validator: terravaloper1hqzf3tnw0py69xd5swwr3c7tqcumwjzdzqca7l
Email: [email protected]
Telegram: @WaveWays
Website: https://bity.hns.to/
---

NOTE: This is just an example of what your profile page can look like!
![wavelogo](wavelogo.png)

# <moniker>

A brief description about your validator (philosophy, structure, goals, etc...)
# <moniker>
Tendermint-based chains validator.

## Team

Our team is small but posesses deep experience and breadth of knowledge about Terran security.
Wave is a team of 3 engineers structured arround a Dev Ops, a BackEnd Engineer and a Tech lead. We believe that the anonymity is stronger and more resilient than the reputation in many aspects of the blockchain world.


| Name | Role | Description |
| --------------- | ------- | ---------------------------- |
| Jim Raynor | Founder | Former Terran turned Rebel |
| Joseph Reynolds | CTO | Member of Moebius Foundation |
| Name | Role |
| --------------- | ------- |
| Abef | CTO |
| Maxime S. | DevOps |
| Matthieu M. | Backend |

## Our Architecture

Our validator uses Yubico's HSM for signing and
We are sticking to the best practice with Sentries → relay nodes → validator → HSM. Our main infra is deployed in Google Cloud, our backup infra is OVH.
Prometheus analytics, Prometheus node exporter, grafana and others script for DDOS mitigation and reporting tools.

## Ecosystem Contributions

We are active members of the Terra community and work on ecosystem tools.

- Oracle validator software
- 0% Commission
- Moderator status on Terra discord
Actives members of many tendermint based chain. We don’t abstain on governance proposal and discuss the tradeoff of each proposal for the networks we are validating.
We are using an independent oracle server.

## Contact Us

Have questions? You can reach us:

- Email: ...
- Telegram: ...
- Phone: ...
The best way to have a quick answer is: Discord: @Waves#9228 or Telgram: @WaveWays

### Website

{validator.description.website}
https://bity.hns.to/
6 changes: 3 additions & 3 deletions template/profile.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contact": {
"email": "[email protected]",
"telegram": "@terravalidator123"
"email": "[email protected]",
"telegram": "@WaveWays"
}
}
}
Binary file added template/wavelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions validators/terra1r09u7wn4nujsscqwc2p87dly0nasvdyxaacxwy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
Moniker: abitration
Validator: terra1r09u7wn4nujsscqwc2p87dly0nasvdyxaacxwy
Email: [email protected]
---

# abitration

![abitration](abitration.jpg)

The abitration validator, delegate to the autistic frog and find the inner peace you've been looking for.

### Website

https://metaboxgame.org
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"contact": {
"email": "[email protected]"
},
"notifications": {
"email": "[email protected]"
}
}
17 changes: 17 additions & 0 deletions validators/terra1revygmqdv3uk0aszkd2wg3nz3jsqwprfre4rmk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
Moniker: DSPool Finance
Validator: terra1revygmqdv3uk0aszkd2wg3nz3jsqwprfre4rmk

---

# DSPool Finance

## Our Architecture

The decentralized storage pool finance of Web 3.0 and we manage a multi-server cloud architecture.

## Contact Us

Have questions? You can reach us:

- Email: [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"contact": {
"email": "[email protected]",
"twitter": "@dspoolio",
"website": "https://dspool.io"
},
"notifications": {
"email": "[email protected]"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"contact": {
"email": "[email protected]",
"telegram": "@yepp4you"
"email": "[email protected]",
"twitter": "@iqlusioninc",
"website": "https://www.iqlusion.io/"
},
"notifications": {
"email": "[email protected]"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
Moniker: StakeLab
Validator: terravaloper10ahmn0ucd9selcv77rwysx5pvd607z04zde7uh
Email: [email protected]
Telegram: https://t.me/stakelab_fr
Twitter: @StakeLab
Website: https://stakelab.fr
---

<br>

<img src="logo.png" width="300">

# StakeLab

Staking Hub for Cosmos ecosystem


## Team
The team is based in France and provide content for the Cosmos France community.
<br>
Telegram: https://t.me/CosmosFrance
<br>
Medium: https://medium.com/@stakelab
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"contact": {
"email": "[email protected]",
"telegram": "https://t.me/stakelab_fr"
"twitter": "@StakeLab",
"website": "https://www.stakelab.fr"
},
"notifications": {
"discord": "Zdeadex#3976"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
Moniker: SCV-Security
Validator: terravaloper10c04ysz9uznx2mkenuk3j3esjczyqh0j783nzt
Email: [email protected]
Website: https://scv.services
Twitter: @scv_security
---

![SCV-Security](logo.png)

## SCV Security

SCV contributes directly to the security posture of Terra’s ecosystem through open-source initiatives and researching.

Our primary focus is to deliver holistic, comprehensive security assurance by employing offensive hacking and pen-testing alongside regular audits.

SCV has more than 15 years of experience in the cyber security industry and have been involved in the hacker culture for much longer.

We recruit the best talent we can find.

## Services Offering - Offensive Security Assurance

- **Advanced Penetration Testing**
- Ensure the underlying application and infrastructure are secure against vulnerabilities and threats.
- **Adversary Simulation (Red Team)**
- A highly targeted attack simulation designed to test all parties, providing the organisation with a realistic simulation to learn from, like "live fire" exercises. High value targets are identified pre-engagement and the Red Team engages using attacks crafted specifically for the engagement.
- **Cloud Security Assessment**
- Review of cloud environments and their configuration against best security practices, to minimise the attack surface.
- **Security Code Review**
- Identifying security related weaknesses in source code, ideally before deployment and before attackers get the opportunity.
- **Social Engineering**
- We simulate an active attack or execute its impact to test the security awareness of an individual or a group of people. For example, Phishing techniques.
- **DevSecOps and Automation**
- Ensure that the CI/CD and other automation is configured securely, to best practices, and implement automated security testing within the pipeline.
- **OSINT**
- Finding identifying information about the organisation and any team members. Particularly information that could be misused. Anonymity could be important, and OSINT tries to break anonymity by connecting all the dots.

## Contact Us

The best way to have a quick answer is: [email protected] or [@scv_security](https://twitter.com/scv_security)

### Website

https://twitter.com/scv_security
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"contact": {
"email": "[email protected]",
"telegram": "@unl1k3ly",
"twitter": "https://twitter.com/scv_security",
"keybase": "https://keybase.io/scvsecurity"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
Moniker: BlockwareSolutions
Validator: terravaloper10cpv0r3z2aue92d0h0tlsp6p2etmh7xu4vaa46
Email: [email protected]
Website: https://www.blockwaresolutions.com/
---

![logo](logo.jpg)

# <moniker>
Blockware Solutions, LLC is a Blockchain as a Service Company and Network Advisory Firm. An industry leader in Bitcoin and Cryptocurrency mining services including hardware procurement, mining rig colocation, as well as professional Mining and Staking Pool / Masternode operations.

## Contact Us
The best way to have a quick answer is: Twitter: @BlockwareTeam or Telgram: @Blockware_Solutions

### Website
https://www.blockwaresolutions.com/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"contact": {
"email": "[email protected]",
"telegram": "@Blockware_Solutions"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Moniker: 0base.vc
Validator: terravaloper12079m57cew2v02zs624zvyed5479an9wxh03fy
Email: [email protected]
Telegram: @jjangg96
Telegram: https://t.me/zerobasevcchat
Twitter: @0baseVC
Website: https://0base.vc
---

<br>
Expand All @@ -14,13 +16,16 @@ Telegram: @jjangg96
0base.vc is a validator who doesn't trust any blockchain. We validate it by ourselves.
Nodes are running on container-based infrastructure which is the most stable system.


## Team
0base.vc founder Jinwoo Lee has been developing and planning in the cryptocurrency field since 2013 and created the first cryptocurrency payment system in Korea.
He worked as CTO at Coinone, a Cryptocurrency exchange in Korea for 6 years from 2015, and based on his experience in security, network, and efficient server operation of the exchange, he founded 0base.vc in 2020.

## Contact Us

Have questions? You can reach us:

- Telegram: https://t.me/zerobasevcchat
- Twitter: @0baseVC
- Email: [email protected]
- Telegram: @jjangg96

### Website

https://0base.vc
- Website: https://0base.vc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"contact": {
"email": "[email protected]",
"telegram": "@jjangg96"
"telegram": "https://t.me/zerobasevcchat"
},
"notifications": {
"email": "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
Moniker: Allnodes
Validator: terravaloper120ppepaj2lh5vreadx42wnjjznh55vvktp78wk
Email: [email protected]
Telegram: @Allnodes
Website: https://www.allnodes.com/luna/staking
---

![Allnodes](./logo.png)

# <moniker>
Reliable non-custodial Validator run by the industry leader - Allnodes.

## About us

Allnodes is a leading Staking and Masternode hosting platform that provides secure and convenient hosting services while managing close to a billion dollars in assets and the highest number of nodes globally. We are comprised of highly skillful and exceedingly-educated individuals whose’ primary goal is to better the experience of their users and partners, providing guidance and support every step of the way.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"contact": {
"email": "[email protected]",
"telegram": "@Allnodes"
}
}
Loading

0 comments on commit 2a07ee5

Please sign in to comment.