Go to file
Hendrik Hofstadt c587f94f80 Update Certus One profile 2020-05-13 12:09:21 +02:00
ci add pos bakers, consensus networks 2020-04-24 12:03:37 +09:00
img init 2020-04-07 11:41:17 +09:00
template add instructions 2020-04-07 12:18:57 +09:00
validators Update Certus One profile 2020-05-13 12:09:21 +02:00
.gitignore Update .gitignore 2020-04-07 16:18:16 +09:00
README.md Update README.md 2020-05-12 12:40:34 +09:00
full_validators.md add pos bakers, consensus networks 2020-04-24 12:03:37 +09:00

README.md

Validator Directory

NOTE: Validators that have yet to put up a profile have been hidden. Get the full list of validators here

Moniker
01node.com Profile Station Page
ATEAM Profile Station Page
B-Harvest Profile Station Page
beatrice Profile Station Page
Big Cat Profile Station Page
block42 Profile Station Page
Castlenode Profile Station Page
ChainLayer Profile Station Page
Chorus One Profile Station Page
consensus-networks Profile Station Page
DELIGHT Profile Station Page
DokiaCapital Profile Station Page
Figment Networks Profile Station Page
FRESHLUNA Profile Station Page
kytzu Profile Station Page
POS Bakerz Profile Station Page
RockX Profile Station Page
Staked Profile Station Page
Staker Space Profile Station Page
StakeWith.Us Profile Station Page
Staking Fund Profile Station Page
syncnode Profile Station Page
Umbrella Profile Station Page

Terraform Labs Validators (Do Not Delegate)

Moniker
gazua Profile Station Page
Ghost Profile Station Page
Goliath Profile Station Page
Marine Profile Station Page
Wraith Profile Station Page

What is a Validator Profile?

As a validator, it's not enough to maintain rock-solid, reliable infrastructure -- you also need to market yourself effectively and court delegations from prospecting delegators. Validator Profiles, hosted here on this Github repository give you a platform to give potential delegators and clients a brief introduction on your team, philosophy, architecture and infrastructure, and present your ecosystem contributions. If you need vouching from us, we'll apply a badge for any claims that we can validate.

How to change your Validator Profile

  1. Fork this repository to your own GitHub account.

  2. Clone the repo from your own account. Make sure you clone the repository from your account (your fork), NOT the original repo.

git clone git@github.com:xxxxxx/validator-profiles.git
cd validator-profiles/
  1. Create a new branch and switch to a new branch by your validator name. For example:
git checkout -b Wraith-profile
  1. Copy the template README.md and JSON Profile into your folder inside validators/<your-valoper-address>.

  2. Change the contents and add your information as necessary. You can modify anything within your own designated validator folder, including adding image files, new folders, etc.

  3. Commit and push the information to your repo.

git add -A
git commit -m "Edit Wraith profile"
git push origin Wraith-profile
  1. Under your repo page, click the “New pull request” button. Make a Pull Request with our repository with a summary of changes.

  2. We will review your PR as soon as possible. If there is no problem with your PR, we will merge it into our master branch, which will update your Validator Profile. If it is your first time creating a profile, we will add your entry to the Validator Directory.