Useful commands
Service operations
Check logs
sudo journalctl -u althea -fStart service
sudo systemctl start altheaStop service
sudo systemctl stop altheaRestart service
sudo systemctl restart altheaCheck service status
sudo systemctl status altheaReload services
sudo systemctl daemon-reloadEnable Service
sudo systemctl enable altheaDisable Service
sudo systemctl disable altheaNode 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