echo $(caninedtendermintshow-node-id)'@'$(wget-qO-eth0.me)':'$(cat $HOME/.canine/config/config.toml|sed-n'/Address to listen for incoming connection/{n;p;}'|sed's/.*://; s/".*//')
Key management
Add New Wallet
caninedkeysadd $WALLET
Restore executing wallet
caninedkeysadd $WALLET --recover
List All Wallets
caninedkeyslist
Delete wallet
caninedkeysdelete $WALLET
Check Balance
caninedqbankbalances $WALLET_ADDRESS
Export Key (save to wallet.backup)
caninedkeysexport $WALLET
View EVM Prived Key
caninedkeysunsafe-export-eth-key $WALLET
Import Key (restore from wallet.backup)
caninedkeysimport $WALLET wallet.backup
Tokens
WITHDRAW REWARDS FROM ALL VALIDATORS
canined tx distribution withdraw-all-rewards --from wallet --chain-id jackal-1 --gas-adjustment 1.4 --gas auto --gas-prices 0.002ujkl -y
WITHDRAW COMMISSION AND REWARDS FROM YOUR VALIDATOR
canined tx distribution withdraw-rewards $(canined keys show wallet --bech val -a) --commission --from wallet --chain-id jackal-1 --gas-adjustment 1.4 --gas auto --gas-prices 0.002ujkl -y
DELEGATE TOKENS TO YOURSELF
canined tx staking delegate $(canined keys show wallet --bech val -a) 1000000ujkl --from wallet --chain-id jackal-1 --gas-adjustment 1.4 --gas auto --gas-prices 0.002ujkl -y
[[ $(caninedqstakingvalidator $VALOPER_ADDRESS -oj|jq-r.consensus_pubkey.key) = $(arkhdstatus|jq-r.ValidatorInfo.PubKey.value) ]] &&echo-e"Your key status is ok"||echo-e"Your key status is error"