Useful Command
Useful set of commands for node operators. From key management to chain governance.
Key Management
Add new key
elysd keys add walletRecover existing key
elysd keys add wallet --recoverList All key
elysd keys listDelete key
elysd keys delete walletExport Key (save to wallet.backup)
elysd keys export walletImport key
elysd keys import wallet wallet.backupQuery Wallet Balance
elysd q bank balances $(elysd keys show wallet -a)Validator Management
Create Validator
Edit Validator
Unjail Validator
Signing Info
List all inactive validators
List all active validators
View validators details
Token Management
Withdraw rewards from all validators
Withdraw comission and rewards from your validator
Delegate to your validator
Delegate to other
Redelegate your stake to other validators
Unbond stake
Send tokens
Governance
Create new text proposal
List all proposals
Vote
Utility
Set Indexer to NULL
Set Custom Port
Get Validator info
Get denom info
Get sync status
Get latest height
Reset Node
Delete Node
Services Management
Reload Service
Enable Service
Disable Service
Start Service
Stop Service
Restart Service
Check Service Status
Check Service Logs
Last updated