validator
Guidance for Validator
Create wallet
uniond keys add $WALLETuniond keys add $WALLET --recoveruniond keys listSave wallet info
UNION_WALLET_ADDRESS=$(uniond keys show $WALLET -a)
UNION_VALOPER_ADDRESS=$(uniond keys show $WALLET --bech val -a)
echo 'export UNION_WALLET_ADDRESS='${UNION_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export UNION_VALOPER_ADDRESS='${UNION_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