🧩 Useful Commands

🧰 Service Management

Reload service configuration

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

sudo systemctl restart junctiond

Check service status

sudo systemctl status junctiond

Check service logs

sudo journalctl -u junctiond -f

🔑 Key management

Add New Wallet

Restore executing wallet

List All Wallets

Delete wallet

Check Balance

Export key to a file

View EVM Prived Key

Import key from a file

💰 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

⚡ Validator operations

Create validator.json file

Edit Existing Validator

Validator info

Get sync info

Validator Details

Jailing info

Slashing parameters

Unjail validator

🗑️ Delete node

Last updated