Create Validator
Create Wallet
this command generate new wallet remember to save the mnemoic
artelad keys add $WALLETAdd Exsisting Wallet
artelad keys add $WALLET --recoverSave wallet and validator address
WALLET_ADDRESS=$(artelad keys show $WALLET -a)
VALOPER_ADDRESS=$(artelad 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_profileartelad status 2>&1 | jq artelad query bank balances $WALLET_ADDRESS Creating Validator
And booom...!! your Validator has been up 🎉
Last updated