lukeha98 / validator-profiles

Profiles for Validators of the Terra Blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validator Directory

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

Moniker
01node.com Profile Station Page
Inotel Profile Station Page
Active Nodes Profile Station Page
Arrington XRP Capital Profile Station Page
ATEAM Profile Station Page
AuraStake Profile Station Page
Autism Staking Profile Station Page
B-Harvest Profile Station Page
Bi23 Labs Profile Station Page
Bit Cat Profile Station Page
block42 Profile Station Page
BlockNgine.io Profile Station Page
BTC.Secure Profile Station Page
ChainLayer Profile Station Page
Chorus One Profile Station Page
CryptoCrew Validators Profile Station Page
coinhall.org Profile Station Page
Danku_zone w/ DAIC Profile Station Page
DUST Foundation Profile Station Page
DELIGHT Profile Station Page
DexTrac Profile Station Page
DokiaCapital Profile Station Page
Drill Profile Station Page
DSRV - CHAISCAN.com Profile Station Page
Easy 2 Stake Profile Station Page
EZStaking.io. Profile Station Page
Figment Networks Profile Station Page
Forbole Profile Station Page
FRESHLUNA Profile Station Page
G'Lab Profile Station Page
Galactic Punks Validator Profile Station Page
GT Capital Profile Station Page
HashQuark Profile Station Page
Heavy Metal Finland Profile Station Page
Hermes Protocol Profile Station Page
HuobiPool Profile Station Page
InfStones Profile Station Page
kytzu Profile Station Page
KK Validator Profile Station Page
🚀 Lambda Core Profile Station Page
Luna Station 88 Profile Station Page
MissionControl Profile Station Page
Marte Cloud Profile Station Page
Masternode24.de Profile Station Page
Mosaic Profile Station Page
MoonletWalle Profile Station Page
moonshot Profile Station Page
NEOPLY Profile Station Page
Neptune Finance Profile Station Page
NITAWA Profile Station Page
Orbital Command Profile Station Page
P2P.ORG - P2P Validator Profile Station Page
POS Bakerz Profile Station Page
Reality Flux Profile Station Page
Rockaway Blockchain Fund Profile Station Page
RockX Profile Station Page
SeltonStake.com Profile Station Page
setten.io Profile Station Page
Smart Stake Profile Station Page
SolidStake Profile Station page
Spica Nova Profile Station Page
stake.systems Profile Station Page
Staked Profile Station Page
StakeSabai Profile Station page
StakeTo.Me Profile Station Page
Staker Space Profile Station Page
StakeWith.Us Profile Station Page
Stakin Profile Station Page
Staking Fund Profile Station Page
syncnode Profile Station Page
Synergy Nodes Profile Station Page
Talis Protocol Profile Station Page
Tavis Digital Profile Station Page
Terra Bull Profile Station Page
StakeBin Profile Station Page
Terran One Profile Station Page
Terran Stakers Profile Station Page
TERRA-FIRMA Profile Station Page
Ubik.Capital Profile Station Page
Athens Project Profile Station Page
Y Profile Station Page
0base.vc 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. The Validator Profiles hosted 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 to present your ecosystem contributions. Badges may be applied by the maintainers of this repo only for claims that can be validated.

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 and switch to a new branch named after your validator. 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 to our repository with a summary of the changes. Name your PR with your validator moniker and identify whether it is a "New Profile" or an "Edit to Existing Profile."

  2. Your PR will be reviewed as soon as possible. If there are no problems with your PR, it will be merged into the master branch, which will update your Validator Profile. If it is your first time creating a profile, you will be added to the Validator Directory.

profile.json

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

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

Terra Station Checkmark/ Inclusion in Asset Repo

A complete profile including a Terravaloper and a contact email in the profile.json file must be submitted in order to receive a checkmark in Terra Station. New profiles are manually reviewed by the repo owner and a second reviewer approves the addition to the Station Assets Repo. This is the final step in completing a profile.

About

Profiles for Validators of the Terra Blockchain


Languages

Language:Jinja 67.0%Language:Python 33.0%