Useful Commands

Service Management

Reload service configuration

sudo systemctl daemon-reload

Enable service

sudo systemctl enable celestia-appd

Disable service

sudo systemctl disable celestia-appd

Start service

sudo systemctl start celestia-appd

Stop service

sudo systemctl stop celestia-appd

Restart service

sudo systemctl restart celestia-appd

Check service status

sudo systemctl status celestia-appd

Check service logs

sudo journalctl -u celestia-appd -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

Validator Details

Jailing info

Slashing parameters

Unjail validator

Delete node

Last updated