Cheat Sheet
0gchaind keys add wallet0gchaind keys add wallet --recover0gchaind keys list0gchaind keys delete wallet0gchaind keys export wallet0gchaind keys import wallet wallet.backup0gchaind q bank balances $(0gchaind keys show wallet -a)0gchaind tx staking create-validator \
--amount 1000000ua0gi \
--pubkey $(0gchaind tendermint show-validator) \
--moniker "YOUR_MONIKER_NAME" \
--identity "YOUR_KEYBASE_ID" \
--details "YOUR_DETAILS" \
--website "YOUR_WEBSITE_URL" \
--chain-id zgtendermint_16600-1 \
--commission-rate 0.05 \
--commission-max-rate 0.20 \
--commission-max-change-rate 0.05 \
--min-self-delegation 1 \
--from wallet \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.0025ua0gi \
-yLast updated