validator
Create wallet
echo "export WALLET=wallet" >> $HOME/.bash_profile
source $HOME/.bash_profile
8ball keys add $WALLET8ball keys add $WALLET --recover8ball keys listSave wallet info
EIGHTBALL_WALLET_ADDRESS=$(8ball keys show $WALLET -a)
EIGHTBALL_VALOPER_ADDRESS=$(8ball keys show $WALLET --bech val -a)
echo 'export EIGHTBALL_WALLET_ADDRESS='${EIGHTBALL_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export EIGHTBALL_VALOPER_ADDRESS='${EIGHTBALL_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
Last updated