Creating Validator
Add new Wallet
wardend keys add $WALLETAdd Exisiting wallet
wardend keys add $WALLET --recoverSave addres and val address
WALLET_ADDRESS=$(wardend keys show $WALLET -a)
VALOPER_ADDRESS=$(wardend 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_profileCreate Validator.json file
nano Validator.jsonFind your validator pubkey by run this command below
Create Validator
Last updated