validator
Guidance for validator
Create wallet
echo "export WALLET=wallet" >> $HOME/.bash_profile
source $HOME/.bash_profile
oraid keys add $WALLEToraid keys add $WALLET --recoveroraid keys listSave wallet info
ORAI_WALLET_ADDRESS=$(oraid keys show $WALLET -a)
ORAI_VALOPER_ADDRESS=$(oraid keys show $WALLET --bech val -a)
echo 'export ORAI_WALLET_ADDRESS='${ORAI_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export ORAI_VALOPER_ADDRESS='${ORAI_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