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