validator
Create wallet
echo "export WALLET=wallet" >> $HOME/.bash_profile
source $HOME/.bash_profile
bonus-blockd keys add $WALLETbonus-blockd keys add $WALLET --recoverbonus-blockd keys listSave wallet info
BONUSBLOCK_WALLET_ADDRESS=$(bonus-blockd keys show $WALLET -a)
BONUSBLOCK_VALOPER_ADDRESS=$(bonus-blockd keys show $WALLET --bech val -a)
echo 'export BONUSBLOCK_WALLET_ADDRESS='${BONUSBLOCK_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export BONUSBLOCK_VALOPER_ADDRESS='${BONUSBLOCK_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profileFund your wallet
Create validator
Check your validator key
Get list of validators
Usefull commands
Service management
Node info
Wallet operations
Voting
Staking, Delegation and Rewards
Validator management
remove node
Last updated