Validator Commands
Creating a Validator
rapidd tx staking create-validator \
--amount <Bond Amount> \
--from <Wallet Name> \
--commission-max-change-rate "0.01" \
--commission-max-rate "0.2" \
--commission-rate "0.07" \
--min-self-delegation "1" \
--pubkey $(rapidd tendermint show-validator) \
--moniker <Validator Name> \
--gas-prices 8arapid \
--gas 300000Example:
rapidd tx staking create-validator \
--amount 1000000000000000000arapid \ # 1 Rapid
--from mywallet \
--commission-max-change-rate "0.01" \
--commission-max-rate "0.2" \
--commission-rate "0.07" \
--min-self-delegation "1" \
--pubkey $(rapidd tendermint show-validator) \
--moniker "Rapid Chain" \
--gas-prices 8arapid \
--gas 300000View Validator Address
Example :
Change Validator Name, Image, and Description
Example :
Unjaile
Example :
Last updated