githubEdit

Creating Validator

circle-info

Make sure Your node is fully sync and have fund on your wallet

Add new Wallet

wardend keys add $WALLET

Add Exisiting wallet

wardend keys add $WALLET --recover

Save 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_profile

Create Validator.json file

nano Validator.json

Find your validator pubkey by run this command below

save your validator pubic key and create this file code

circle-info

remember to change your "pubkey" also all detail of your validator

Create Validator

Kudos 🎉 your validator has been up

Last updated