Get standard debug info from the juno daemon:
Check if your node is catching up:
# Query via the RPC (default port: 26657)
curl http://localhost:26657/status | jq .result.sync_info.catching_up
Get your node ID:
junod tendermint show-node-id
Check if you are jailed or tombstoned:
junod query slashing signing-info $(junod tendermint show-validator)
Set the default chain for commands to use:
junod config chain-id juno-1
Get your valoper address:
junod keys show <your-key-name> -a --bech val
See keys on the current box:
Import a key from a mnemonic:
junod keys add <new-key-name> --recover
Export a private key (warning: don't do this unless you know what you're doing!)
Withdraw rewards (including validator commission), where junovaloper1... is the validator address:
Stake:
Find out what the JSON for a command would be using --generate-only:
Query the results of a gov vote that has ended, from a remote RPC (NB - you have to specify a height before the vote ended):
Transfer JUNO to another chain (osmosis) with IBC
Query the validator set (and jailed status) via CLI:
Get contract state: