▶️Cheat Sheet

Key management

Add new key

symphonyd keys add $SYMPHONY_WALLET

Recover existing key

symphonyd keys add $SYMPHONY_WALLET --recover

List all keys

symphonyd keys list

Delete key

symphonyd keys delete $SYMPHONY_WALLET

Export key to the file

symphonyd keys export $SYMPHONY_WALLET

Import key from the file

symphonyd keys import $SYMPHONY_WALLET wallet.backup

Query wallet balance

symphonyd q bank balances $(symphonyd keys show $SYMPHONY_WALLET -a)

Validator management

Please make sure you have adjusted moniker, identity and details to match your values.

Create new validator

Edit existing validator

Unjail validator

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'


🚨 Maintenance

Get validator info

Get sync info

Get node peer

Get live peers

Reset chain data

Remove node


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?