validator
Guidance for Validator
Create wallet
sided keys add $WALLETsided keys add $WALLET --recoversided keys listSave wallet info
SIDE_WALLET_ADDRESS=$(sided keys show $WALLET -a)
SIDE_VALOPER_ADDRESS=$(sided keys show $WALLET --bech val -a)
echo 'export SIDE_WALLET_ADDRESS='${SIDE_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export SIDE_VALOPER_ADDRESS='${SIDE_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