validator

Guidence for create validator

Create wallet

To create new wallet you can use command below. Don’t forget to save the mnemonic

echo "export WALLET=wallet" >> $HOME/.bash_profile
source $HOME/.bash_profile

8ball keys add $WALLET

To recover your wallet using seed phrase

8ball keys add $WALLET --recover

Show your wallet list

8ball keys list

Save wallet info

Add wallet and validator address into variables

EIGHTBALL_WALLET_ADDRESS=$(8ball keys show $WALLET -a)
EIGHTBALL_VALOPER_ADDRESS=$(8ball keys show $WALLET --bech val -a)
echo 'export EIGHTBALL_WALLET_ADDRESS='${EIGHTBALL_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export EIGHTBALL_VALOPER_ADDRESS='${EIGHTBALL_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profile

Fund your wallet

In order to create validator first you need to fund your wallet with discord faucet.

Create validator

check your wallet balance:

To create your validator run command below

Check your validator key

Get list of validators

Usefull commands

Service management

Check logs

Start service

Stop service

Restart service

Node info

Synchronization info

Validator info

Node info

Show node id

Wallet operations

List of wallets

Recover wallet

Delete wallet

Get wallet balance

Transfer funds

Voting

Staking, Delegation and Rewards

Delegate stake

Redelegate stake from validator to another validator

Withdraw all rewards

Withdraw rewards with commision

Validator management

Edit validator

Unjail validator

Last updated