Validator
emped tendermint show-validator
nano $HOME/validator.json
{
"pubkey": {xxxxxxxxxxxxxxxxxxxxxxxxxx},
"amount": "1000000uempe",
"moniker": "Apollo-sync",
"identity": "69D2CB349290C678",
"website": "https://apollo-sync.com/",
"security": "[email protected]",
"details": "light of true",
"commission-rate": "0.1",
"commission-max-rate": "0.2",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1000"
}
emped tx staking create-validator $HOME/validator.json \
--from=wallet \
--chain-id=empe-testnet-2 \
--fees=20uempe
Unjail validator
emped tx slashing unjail --from $wallet --chain-id empe-testnet-2 --gas auto --gas-adjustment 1.5 --fees 200uempe -y
Last updated