validator

Guide for Validator CLI

Create wallet

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

sedad keys add $WALLET

To recover your wallet using seed phrase

sedad keys add $WALLET --recover

Show your wallet list

sedad keys list

Save wallet info

Add wallet and validator address into variables

SEDA_WALLET_ADDRESS=$(sedad keys show $WALLET -a)
SEDA_VALOPER_ADDRESS=$(sedad keys show $WALLET --bech val -a)
echo 'export SEDA_WALLET_ADDRESS='${SEDA_WALLET_ADDRESS} >> $HOME/.bash_profile
echo 'export SEDA_VALOPER_ADDRESS='${SEDA_VALOPER_ADDRESS} >> $HOME/.bash_profile
source $HOME/.bash_profile

Fund your wallet

buy some $SEDA on osmosis zone

Create validator

check your wallet balance:

To create your validator run command below

The output will be similar to this (with a different key):

Then, create a file named validator.json with the following content:

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

1000000000000000000aseda

Last updated