echo $(haqqd tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.haqqd/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')
Key management
Add New Wallet
haqqdkeysadd $WALLET
Restore executing wallet
haqqdkeysadd $WALLET --recover
List All Wallets
haqqdkeyslist
Delete wallet
haqqdkeysdelete $WALLET
Check Balance
haqqdqbankbalances $(haqqdkeysshow $WALLET -a)
Export Key (save to wallet.backup)
haqqdkeysexport $WALLET
Import Key (restore from wallet.backup)
haqqdkeysimport $WALLET wallet.backup
Tokens
Withdraw all rewards
haqqd tx distribution withdraw-all-rewards --from $WALLET --chain-id haqq_11235-1 --gas-adjustment=1.15 --gas auto --gas-prices "27500000000aISLM"
Withdraw rewards and commission from your validator
haqqd tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --commission --chain-id haqq_11235-1 --gas-adjustment=1.15 --gas auto --gas-prices "27500000000aISLM" -y
Check your balance
haqqdquerybankbalances $WALLET_ADDRESS
Delegate to Yourself
haqqd tx staking delegate $(haqqd keys show $WALLET --bech val -a) 1000000aISLM --from $WALLET --chain-id haqq_11235-1 --gas-adjustment=1.15 --gas auto --gas-prices "27500000000aISLM" -y