Useful commands
📌 Service Operations
Check logs
sudo journalctl -u wardend -fo catStart service
sudo systemctl start wardendStop service
sudo systemctl stop wardendRestart service
sudo systemctl restart wardendCheck service status
sudo systemctl status wardendReload systemd
sudo systemctl daemon-reloadEnable service (auto-start)
sudo systemctl enable wardendDisable service
📡 Node Information
Node status
🔑 Wallet Management
Add a new wallet
Recover a wallet
List all wallets
Delete a wallet
Check wallet balance
Export wallet key
View EVM private key
Import key from backup
💰 Tokens / Staking Operations
Withdraw all rewards
Withdraw rewards + commission
Delegate to your own validator
Delegate to another validator
Redelegate stake
Unbond stake
Send tokens
🧱 Validator Operations
Create a new validator
Edit your validator
📋 Validator Status
Get validator details
Check jailing info
Slashing parameters
Unjail validator
Active validators list
Verify validator consensus key
🗳 Governance
Vote on proposal
Last updated