Useful Command

Useful set of commands for node operators. From key management to chain governance.

Key Management

Add new key

elysd keys add wallet

Recover existing key

elysd keys add wallet --recover

List All key

elysd keys list

Delete key

elysd keys delete wallet

Export Key (save to wallet.backup)

elysd keys export wallet

Import key

elysd keys import wallet wallet.backup

Query 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