Useful commands
Service operations ⚙️
Check logs
sudo journalctl -u saod -fStart service
sudo systemctl start saodStop service
sudo systemctl stop saodRestart service
sudo systemctl restart saodCheck service status
sudo systemctl status saodReload services
sudo systemctl daemon-reloadEnable Service
sudo systemctl enable saodDisable Service
sudo systemctl disable saodSync 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