Token Management
Token Management
Withdraw All Rewards
qied tx distribution withdraw-all-rewards --from wallet --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -yWithdraw Rewards and Commission
qied tx distribution withdraw-rewards $(qied keys show wallet --bech val -a --home $HOME/.qie) --from wallet --commission --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -yCheck Balance
qied query bank balances $(qied keys show wallet -a --home $HOME/.qie) --home $HOME/.qieDelegate to Yourself
qied tx staking delegate $(qied keys show wallet --bech val -a --home $HOME/.qie) 1000000aqie --from wallet --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -yDelegate to Other Validator
qied tx staking delegate VALOPER_ADDRESS 1000000aqie --from wallet --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -yRedelegate Stake
qied tx staking redelegate $(qied keys show wallet --bech val -a --home $HOME/.qie) VALOPER_ADDRESS 1000000aqie --from wallet --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -y