Command

CHECK SYNC info

junctiond status 2>&1 | jq .sync_info

CHECK SYNC

junctiond status 2>&1 | jq .SyncInfo.catching_up

CHECK LOG:

sudo journalctl -u junctiond -f --no-hostname -o cat

Reload Service

sudo systemctl daemon-reload

Enable Service

sudo systemctl enable junctiond

Disable Service

sudo systemctl disable junctiond

Start Service

sudo systemctl start junctiond

Stop Service

sudo systemctl stop junctiond

Restart Service

Check Service Status

Check Service Logs

Create new wallet

This command will generate your wallet's mnemonic and address. It's crucial to write these down and store them securely.

Create new validator

The output will be something like this:

Create validator file

Input data to validator.json file. Replace at "pubkey": {....} from show-validator output

Ctrl+o > Enter > Ctrl+x to save file & exit

Create VALIDATOR:

OR:

A prompt will appear in the CLI. To proceed, type 'y' and press enter.

Key management Add New Wallet

Restore executing wallet

List All Wallets

Delete wallet

Check Balance

Export Key (save to wallet.backup)

Import Key (restore from wallet.backup)

Withdraw all rewards

Withdraw rewards and commission from your validator

Delegate to Yourself

Delegate

Redelegate Stake to Another Validator

Unbond

Transfer Funds

Edit Existing Validator

Validator info

Get sync status

CHECK MISSING BLOCK:

Get latest height

Validator Details

Jailing info

Unjail validator

Active Validators List

Check Validator key

Signing info

🗳 Governance List all proposals

View proposal by id

Vote 'Yes'

Vote 'No'

Vote 'Abstain'

Vote 'NoWithVeto'

Remove node

Last updated