Useful Commands

Service Management

Reload service configuration

sudo systemctl daemon-reload

Enable service

sudo systemctl enable gaiad

Disable service

sudo systemctl disable gaiad

Start service

sudo systemctl start gaiad

Stop service

sudo systemctl stop gaiad

Restart service

sudo systemctl restart gaiad

Check service status

sudo systemctl status gaiad

Check service logs

sudo journalctl -u gaiad -f

Key management

Add New Wallet

Restore executing wallet

List All Wallets

Delete wallet

Check Balance

Export key to a file

View EVM Prived Key

Import key from a file

Token management

Withdraw rewards from all validators

Withdraw commission and rewards from your validator

Delegate tokens to yourself

Delegate tokens to validator

Redelegate tokens to another validator

Unbond tokens from your validator

Send tokens to the wallet

Validator operations

Create New Validator

Edit Existing Validator

Get sync info

Validator info

Validator Details

Jailing info

Slashing parameters

Unjail validator

Delete node

Last updated