▶️Cheat Sheet
Key management
Add new key
blockxd keys add $WALLETRecover existing key
blockxd keys add $WALLET --recoverList all keys
blockxd keys listDelete key
blockxd keys delete $WALLETExport key to the file
blockxd keys export $WALLETImport key from the file
blockxd keys import $WALLET wallet.backupQuery wallet balance
blockxd q bank balances $(quicksilverd keys show $WALLET -a)Validator management
Create new validator
Edit existing validator
Unjail validator
Jail reason
List all active validators
View validator details
Token management
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'
Utility
Update ports
Update Indexer
Disable indexer
Enable indexer
🚨 Maintenance
Get validator info
Get sync info
Get node peer
Check if validator key is correct
Get live peers
Reset chain data
Remove node
Please, before proceeding with the next step! All chain data will be lost! Make sure you have backed up your priv_validator_key.json !
Service Management
Reload service configuration
Enable service
Disable service
Start service
Stop service
Restart service
Check service status
Check service logs
Last updated
Was this helpful?