Useful Commands
π Key management
Add new key
gitopiad keys add walletRecover existing key
gitopiad keys add wallet --recoverList all keys
gitopiad keys listDelete key
gitopiad keys delete walletExport key to a file
gitopiad keys export walletImport key from a file
gitopiad keys import wallet wallet.backupQuery wallet balance
gitopiad q bank balances $(gitopiad keys show wallet -a) π· Validator management
Please make sure you have adjusted moniker, identity, details and website to match your values.
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 ports
Update Indexer
Disable indexer
Enable indexer
Update pruning
π¨ Maintenance
Get validator info
Get sync info
Get node peer
Check if validator key is correct
Get live peers
Set minimum gas price
Enable prometheus
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