Creating validator
Creating Wallet
to create new wallet use this command
initiad keys add $WALLETremember to save your mnemoic after you creating new wallet the mnemoic reveal only once time
to recover existing wallet you can use this command
initiad keys add $WALLET --recoverSave Wallet and Validator Address
WALLET_ADDRESS=$(initiad keys show $WALLET -a)
VALOPER_ADDRESS=$(initiad keys show $WALLET --bech val -a)
echo "export WALLET_ADDRESS="$WALLET_ADDRESS >> $HOME/.bash_profile
echo "export VALOPER_ADDRESS="$VALOPER_ADDRESS >> $HOME/.bash_profile
source $HOME/.bash_profileinitiad status 2>&1 | jqinitiad query bank balances $WALLET_ADDRESS Create Validator
Kudos...! your validator has been up right now
Last updated