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 wardendsudo systemctl daemon-reloadsudo systemctl enable wardendsudo systemctl disable wardendsudo systemctl start wardendsudo systemctl stop wardendsudo systemctl status wardendsudo systemctl status wardend🖥️Node operations
wardend status | jqwardend status 2>&1 | jq .NodeInfowardend status 2>&1 | jq .SyncInfo🗝️Key Management
wardend keys add $WALLETwardend keys add $WALLET --recoverwardend keys listwardend q bank balances $(wardend keys show $WALLET -a)💱Transaction operations
Withdraw all rewards
Self delegate
Unbond
Transfer token
✅Validator operations
Create validator
Check Validator Setup
Unjail Validator
Last updated
Was this helpful?