๐Ÿ› ๏ธ CLI Cheatsheet

Check logs

sudo journalctl -u atomoned -fo cat

Start service

sudo systemctl start atomoned

Stop service

sudo systemctl stop atomoned

Restart service

sudo systemctl restart atomoned

Check service status

sudo systemctl status atomoned

Reload services

sudo systemctl daemon-reload

Enable Service

sudo systemctl enable atomoned

Disable Service

sudo systemctl disable atomoned

Node info

atomoned status 2>&1 | jq

Add New Wallet

Restore executing wallet

List All Wallets

Delete wallet

Check Balance

Delegate Yourself

Create New Validator

Edit Existing Validator

Delege

Delete node

Last updated