validator
Guidence for Create Validator
Create wallet
quicksilverd keys add $WALLETquicksilverd keys add $WALLET --recoverquicksilverd keys listSave wallet info
QUICKSILVER_WALLET_ADDRESS=$(quicksilverd keys show $WALLET -a)
QUICKSILVER_VALOPER_ADDRESS=$(quicksilverd keys show $WALLET --bech val -a)
echo 'export QUICKSILVER_WALLET_ADDRESS='${QUICKSILVER_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export QUICKSILVER_VALOPER_ADDRESS='${QUICKSILVER_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