Cheat Sheet
If you use our auto-installation, we've included several scripts under ./scripts folder like:
./list_keys.sh
./check_balance.sh
./create_validator.sh
./unjail_validator.sh
./check_validator.sh
./start_wardend.sh
./check_log.shHere's other useful commands you might need
⚙️Service operations
sudo journalctl -fu empedsudo systemctl daemon-reloadsudo systemctl enable empedsudo systemctl disable empedsudo systemctl start empedsudo systemctl stop empedsudo systemctl status empedsudo systemctl status emped🖥️Node operations
emped status | jqemped status 2>&1 | jq .NodeInfoemped status 2>&1 | jq .SyncInfo🗝️Key Management
emped keys add $WALLETemped keys add $WALLET --recoveremped keys listemped q bank balances $(emped keys show $WALLET -a)💱Transaction operations
Withdraw all rewards
Withdraw rewards and commission from your validator
Self delegate
Redelegate
Unbond
Transfer token
✅Validator operations
Create validator
Check Validator Setup
Unjail Validator
🏛️Governance
Query Proposal List
Vote
vote value can be yes, no, no_with_veto and abstain
Last updated
Was this helpful?