Validator
VALIDATOR:
Run your own validator
gaiad comet show-validatorgaiad tendermint show-validatorcd $HOME && \
nano $HOME/.gaia/config/validator.json{
"pubkey": {
"@type":"/cosmos.crypto.ed25519.PubKey",
"key":"<replace with value from:priv_validator_key.json>"
},
"amount": "1000000ukopi",
"moniker": "YOUR_MONKIER",
"identity": "YOUR_KEYBASE_ID",
"website": "YOUR_WEBSITE_URL",
"security": "YOUR_EMAIL_ADDRESS",
"details": "Wiv-Sugar",
"commission-rate": "0.1",
"commission-max-rate": "0.2",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}Then create your validator by passing the created text file:
END VALIDATOR
Last updated