Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.63 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.63 KB

Game Mainnet Gentx Submission

Schedule

Submit Gentx

Until March 9 2022

Genesis Launch

March 16th, 2022 11:00 GMT

genesis params (changed from default)

Check here about genesis params for mainnet.

GenTx Collection

  1. Install nibiru
git clone https://github.com/cosmos-gaminghub/nibiru.git
cd nibiru && git checkout -b v1.0.0 tags/v1.0.0
make install

Make sure to checkout to v1.0.0 tag.

  1. Initialize the nibiru directories and create the local file with the correct chain-id
nibirud init <moniker> --chain-id=game-1
  1. Use the same key you registered in the neuron testnet
nibirud keys add <your key name> --recover
  1. Add the account to your local genesis file with a given amount. Check the amount of GAME in your address here.
nibirud add-genesis-account $(nibirud keys show <your key name> -a) <your initial bonding amount>ugame
  1. Create the gentx Commission rate should NOT be less than 5% for the network decentralization.

You can not bond more than you have.

nibirud gentx <your key name> <your initial bond amount>ugame --commission-rate=0.1 --commission-max-rate=1 --commission-max-change-rate=0.1 --pubkey $(nibirud tendermint show-validator) --chain-id=game-1
  1. Create Pull Request to this repository (gentxs) with the file <your validator moniker>.json.