echo $(mantrachaind tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.mantrachain/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')
Key management
Add New Wallet
mantrachaindkeysadd $WALLET
Restore executing wallet
mantrachaindkeysadd $WALLET --recover
List All Wallets
mantrachaindkeyslist
Delete wallet
mantrachaindkeysdelete $WALLET
Check Balance
mantrachaindqbankbalances $WALLET_ADDRESS
Export Key (save to wallet.backup)
mantrachaindkeysexport $WALLET
View EVM Prived Key
mantrachaindkeysunsafe-export-eth-key $WALLET
Import Key (restore from wallet.backup)
mantrachaindkeysimport $WALLET wallet.backup
Tokens
Withdraw all rewards
mantrachaind tx distribution withdraw-all-rewards --from $WALLET --chain-id mantra-hongbai-1 --gas auto --gas-adjustment 1.5 --fees 50uom
Withdraw rewards and commission from your validator
mantrachaind tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --commission --chain-id mantra-hongbai-1 --gas auto --gas-adjustment 1.5 --fees 50uom -y
Check your balance
mantrachaindquerybankbalances $WALLET_ADDRESS
Delegate to Yourself
mantrachaind tx staking delegate $(mantrachaind keys show $WALLET --bech val -a) 1000000uom --from $WALLET --chain-id mantra-hongbai-1 --gas auto --gas-adjustment 1.5 --fees 50uom -y