validator
Create wallet
vidulumd keys add $WALLETvidulumd keys add $WALLET --recovervidulumd keys listSave wallet info
VIDULUM_WALLET_ADDRESS=$(vidulumd keys show $WALLET -a)
VIDULUM_VALOPER_ADDRESS=$(vidulumd keys show $WALLET --bech val -a)
echo 'export VIDULUM_WALLET_ADDRESS='${VIDULUM_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export VIDULUM_VALOPER_ADDRESS='${VIDULUM_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profileFund your wallet
swap osmos <> VDL
https://frontier.osmosis.zone/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