🧩 Useful Commands

🧰 Service Management

Reload service configuration

sudo systemctl daemon-reload

Enable service

sudo systemctl enable lavad

Disable service

sudo systemctl disable lavad

Start service

sudo systemctl start lavad

Stop service

sudo systemctl stop lavad

Restart service

sudo systemctl restart lavad

Check service status

sudo systemctl status lavad

Check service logs

sudo journalctl -u lavad -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

Validator info

Get sync info

Validator Details

Jailing info

Slashing parameters

Unjail validator

🗑️ Delete node

Last updated