validator
Guidence for create validator
Create wallet
Neutaro keys add $WALLETNeutaro keys add $WALLET --recoverNeutaro keys listSave wallet info
NEUTARO_WALLET_ADDRESS=$(Neutaro keys show $WALLET -a)
NEUTARO_VALOPER_ADDRESS=$(Neutaro keys show $WALLET --bech val -a)
echo 'export NEUTARO_WALLET_ADDRESS='${NEUTARO_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export NEUTARO_VALOPER_ADDRESS='${NEUTARO_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profileCreate 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