🧩 Useful Commands

🧰 Service Management

Reload service configuration

sudo systemctl daemon-reload

Enable service

sudo systemctl enable realio-networkd

Disable service

sudo systemctl disable realio-networkd

Start service

sudo systemctl start realio-networkd

Stop service

sudo systemctl stop realio-networkd

Restart service

sudo systemctl restart realio-networkd

Check service status

sudo systemctl status realio-networkd

Check service logs

sudo journalctl -u realio-networkd -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