Gaia-10K Launch Thread

Gaia-10K will test cosmos-sdk v0.30.0: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.30.0

Steps to join Gaid:

  1. Install gaia:
gaiad version
cosmos-sdk: 0.30.0-0-ge003c5eb
  1. Init your gaia-home
gaiad init --chain-id=gaia-10k  --moniker=XXX
  1. Download the new genesis file from: https://github.com/cosmos/testnets/blob/master/gaia-10k/genesis.json and replace the generated genesis file
  2. Run gentx command
gaiad gentx \
  --amount 10000stake \
  --commission-rate "1.00" \
  --commission-max-rate "1.00" \
  --commission-max-change-rate "1.00" \
  --pubkey $(gaiad tendermint show-validator)  \
  --name <key-name>
  1. submit your gentx to https://github.com/cosmos/testnets/tree/master/gaia-10k
3 Likes
gaiad gentx \
  --amount 10000stake \
  --commission-rate "1.00" \
  --commission-max-rate "1.00" \
  --commission-max-change-rate "1.00" \
  --pubkey $(gaiad tendermint show-validator)  \
  --name <key-id>

Please note the denom is stake but not STAKE for gaia-10k .

1 Like

i remember now the case is not sensitive from 0.30 :slight_smile:

It doesn’t accept uppercase at all.

ERROR: denom cannot contain upper case characters: STAKE

2 Likes

I probably won’t be able to make it to this launch, so I’m not even submitting a gentx. I will probably come online Saturday.

1 Like