Skip to content

AgentBlueGoTerra/validator-profiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Arrington XRP Capital Profile Station Page
ATEAM Profile Station Page
B-Harvest Profile Station Page
Bi23 Labs Profile Station Page
Big Cat Profile Station Page
block42 Profile Station Page
BTC.Secure Profile Station Page
ChainLayer Profile Station Page
Chorus One Profile Station Page
DELIGHT Profile Station Page
DokiaCapital Profile Station Page
DSRV - CHAISCAN.com Profile Station Page
Figment Networks Profile Station Page
Forbole Profile Station Page
FRESHLUNA Profile Station Page
HashQuark Profile Station Page
Heavy Metal Finland Profile Station Page
HuobiPool Profile Station Page
InfStones Profile Station Page
kytzu Profile Station Page
MissionControl Profile Station Page
Marte Cloud Profile Station Page
Mosaic Profile Station Page
NEOPLY Profile Station Page
POS Bakerz Profile Station Page
RockX Profile Station Page
Smart Stake Profile Station Page
SolidStake Profile Station page
StakeSabai Profile Station page
StakeWith.Us Profile Station Page
Staked Profile Station Page
Staker Space Profile Station Page
Stakin Profile Station Page
Staking Fund Profile Station Page
syncnode Profile Station Page
Synergy Nodes Profile Station Page
Terran One Profile Station Page
TERRA-FIRMA Profile Station Page
setten.io 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.

profile.json

Registered validators (validators who have submitted a profile) can opt-in to receive support from Terra by putting their contact information in profile.json. Terra provides various validator-support such as automatic notifications when your validator is missing blocks or oracle votes.

{
    "contact": { // contact info for delegators / outreach
        "email": "validator@example.com",
        "telegram": "@validator"
    },
    "notifications": { // notification settings
        "email": "technicalemail@example.com" // email to receive notifications
    }
}

About

Profiles for Validators of the Terra Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.3%
  • Python 4.7%