validator
Create wallet
echo "export WALLET=wallet" >> $HOME/.bash_profile
source $HOME/.bash_profile
decentrd keys add $WALLETdecentrd keys add $WALLET --recoverdecentrd keys listSave wallet info
DECENTR_WALLET_ADDRESS=$(decentrd keys show $WALLET -a)
DECENTR_VALOPER_ADDRESS=$(decentrd keys show $WALLET --bech val -a)
echo 'export DECENTR_WALLET_ADDRESS='${DECENTR_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export DECENTR_VALOPER_ADDRESS='${DECENTR_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