Useful commands

Service operations ⚙️

Check logs

sudo journalctl -u andromedad -f

Start service

sudo systemctl start andromedad

Stop service

sudo systemctl stop andromedad

Restart service

sudo systemctl restart andromedad

Check service status

sudo systemctl status andromedad

Reload services

sudo systemctl daemon-reload

Enable Service

sudo systemctl enable andromedad

Disable Service

sudo systemctl disable andromedad

Sync info

Node info

Your node peer

Key

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)

Tokens

Withdraw all rewards

Withdraw rewards and commission from your validator

Check your balance

Delegate to Yourself

Delegate

Redelegate Stake to Another Validator

Unbond

Transfer Funds

Validator operations

Create New Validator

Edit Existing Validator

Validator info

Validator Details

Jailing info

Unjail validator

Active Validators List

Check Validator key

Signing info

Governance

Create New Text Proposal

Proposals List

View proposal

Vote

Delete Node

Last updated