Useful commands

Service operations ⚙️

Check logs

sudo journalctl -u saod -f

Start service

sudo systemctl start saod

Stop service

sudo systemctl stop saod

Restart service

sudo systemctl restart saod

Check service status

sudo systemctl status saod

Reload services

sudo systemctl daemon-reload

Enable Service

sudo systemctl enable saod

Disable Service

sudo systemctl disable saod

Sync info

Node info

Your node peer

Key management

Add New Wallet

Restore executing wallet

List All Wallets

Delete wallet

Check Balance

Export Key (save to wallet.backup)

Import Key (restore from wallet.backup)

Validator operations

Create New Validator

Edit Existing Validator

Validator info

Validator Details

Jailing info

Unjail validator

Active Validators List

Check Validator key

Signing info

Delete Node

Last updated