validator
Create wallet
echo "export WALLET=wallet" >> $HOME/.bash_profile
source $HOME/.bash_profile
odind keys add $WALLETodind keys add $WALLET --recoverodind keys listSave wallet info
ODIN_WALLET_ADDRESS=$(odind keys show $WALLET -a)
ODIN_VALOPER_ADDRESS=$(odind keys show $WALLET --bech val -a)
echo 'export ODIN_WALLET_ADDRESS='${ODIN_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export ODIN_VALOPER_ADDRESS='${ODIN_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