🏁 8. Register Your Validator
🔍 Step 1: Get the Correct Public Key (for Validator)
qied tendermint show-validator --home "$HOME/.qieMainnetNode"{"@type":"/cosmos.crypto.ed25519.PubKey","key":"LaUx9x1Nlj4t9Yy5ybFJR55/7kCK8eGn8JlY/mBewuU="}📄 Step 2: Create a Validator Configuration File
{
"pubkey": <paste here your generated public key step no 1> ,
"amount": "10000000000000000000000aqie",
"moniker": "<Name your validator>",
"identity": "<optional>",
"website": "<your project website -if any>",
"security": "",
"details": "<Details about the validator>",
"commission-rate": "0.1",
"commission-max-rate": "0.2",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1000"
}🚀 Step 3: Submit the Validator Transaction
Last updated