Useful commands

Service operations

Check logs

sudo journalctl -u canined -f

Start service

sudo systemctl start canined 

Stop service

sudo systemctl stop canined 

Restart service

sudo systemctl restart canined 

Check service status

sudo systemctl status canined 

Reload services

sudo systemctl daemon-reload

Enable Service

sudo systemctl enable canined 

Disable Service

sudo systemctl disable canined 

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)

View EVM Prived Key

Import Key (restore from wallet.backup)

Tokens

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

Governance

LIST ALL PROPOSALS

VIEW PROPOSAL BY ID

VOTE ‘YES’

VOTE ‘NO’

VOTE ‘ABSTAIN’

VOTE ‘NOWITHVETO’

Validator operations

Create New Validator

Edit Existing Validator

Validator info

Validator Details

Jailing info

Slashing parameters

Unjail validator

Active Validators List

Check Validator key

Signing info

REMOVE NODE

Last updated