Useful Commands
Key management π
Add new key
symphonyd keys add walletRecover existing key
symphonyd keys add wallet --recoverList all keys
symphonyd keys listDelete key
symphonyd keys delete walletExport key to the file
symphonyd keys export walletImport key from the file
symphonyd keys import wallet wallet.backupQuery wallet balance
symphonyd q bank balances $(symphonyd keys show wallet -a)
Validator management π·
Create new validator
Edit existing validator
Unjail validator
Jail reason
List all active validators
List all inactive 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 Indexer
Update pruning
Maintenance π¨
Get validator info
Get sync info
Get node peer
Get live peers
Set minimum gas price
Enable prometheus
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