Gaia-10K Launch Thread
Validation5 posts897 views7 likesLast activity Jan 2019
SU
suyuOP
Jan 2019 3Gaia-10K will test cosmos-sdk v0.30.0: https://github.com/cosmos/cosmos-sdk/releases/tag/v0.30.0
Steps to join Gaid:
- Install
gaia:
gaiad version
cosmos-sdk: 0.30.0-0-ge003c5eb
- Init your gaia-home
gaiad init --chain-id=gaia-10k --moniker=XXX
- Download the new genesis file from: https://github.com/cosmos/testnets/blob/master/gaia-10k/genesis.json and replace the generated genesis file
- 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>
- submit your gentx to https://github.com/cosmos/testnets/tree/master/gaia-10k
KW
kwunyeung
Jan 2019 1gaiad 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 .
BH
bharvest
Jan 2019i remember now the case is not sensitive from 0.30 
KW
kwunyeung
Jan 2019 2It doesn’t accept uppercase at all.
ERROR: denom cannot contain upper case characters: STAKE
KA
katernoir
Jan 2019 1I 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.