Command
CHECK SYNC info
junctiond status 2>&1 | jq .sync_infoCHECK SYNC
junctiond status 2>&1 | jq .SyncInfo.catching_upCHECK LOG:
sudo journalctl -u junctiond -f --no-hostname -o catReload Service
sudo systemctl daemon-reloadEnable Service
sudo systemctl enable junctiondDisable Service
sudo systemctl disable junctiondStart Service
sudo systemctl start junctiondStop Service
sudo systemctl stop junctiondRestart 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