Page cover

Cheat Sheet

Wallet operations

Create wallet

⚠️ store seed phrase, important during recovering

persistenceCore keys add <YOUR_WALLET_NAME>

Recover wallet

⚠️ store seed phrase, important during recovering

persistenceCore keys add <YOUR_WALLET_NAME> --recover

List of all wallets

persistenceCore keys list

Delete wallet

persistenceCore keys delete <YOUR_WALLET_NAME>

Export wallet

⚠️ save to wallet.backup

persistenceCore keys export <YOUR_WALLET_NAME>

Import wallet

persistenceCore keys import <WALLET_NAME> wallet.backup

Check wallet balance

persistenceCore q bank balances $(persistenceCore keys show <YOUR_WALLET_NAME> -a)

Validator operations

Create validator

Edit validator

Unjail your validator

Check blocks info processed by your validator

List of active validators

List of inactive validators

Info about your validator

Transactions

Get your rewards from all validators

Get rewards and commissions from your validator

Delegate tokens to your validator

Delegate tokens to validator

Redelegate tokens to another validator

Unbound tokens from validator

⚠️ it’s can take a while, ~21 days, depends on network’s parameters

Send tokens to another wallet

Check info about transaction by hash TX_HASH

Governance

Submit text proposal

List of all proposals

Check proposal info by proposal id

Deposit proposal by proposal id

Vote as, YES

Vote as, NO

Vote as, NO_WITH_VETO

Vote as, ABSTAIN

Utils

Change ports to custom

Turn on indexing

Turn off indexing

Setup custom prunning

Check your peer

Check your RPC

Check information about validator

Check synchronisation status (false - synced, true - not synced)

Check the latest block

Reset network

Delete node

Check IP address of the server

Check network parameters

Check validator private key is correct

Search all output transactions by address

Search all input transactions by address

Service management

Reload services

Enable service

Disable service

Start service

Stop service

Restart service

Check service status

Check service logs

Last updated