Game Pre Testnet is the final testnet before mainnet launch for genesis validators. The main purpose of this testnet is to simulate mainnet launch process with the orchestration of validators. Validators are required to check their address is correct and submit gentx in a right way.
This testnet is mainly for Neuron Testnet Winners. Check your reward here
Genesis Validators Application Period
Until February 12, 2022 11:00 GMT
Genesis Launch
February 14, 2022 11:00 GMT
Check here about genesis params for mainnet.
- Install nibiru
git clone https://github.com/cosmos-gaminghub/nibiru.git
cd nibiru && git checkout -b v1.0-rc1 tags/v1.0-rc1
make install
Make sure to checkout to v1.0-rc1
tag.
- Initialize the nibiru directories and create the local file with the correct chain-id
nibirud init <moniker> --chain-id=game-pre
- Use the same key you registered in the neuron testnet
nibirud keys add <your key name> --recover
If you have lost your private key and want to change the reward address, please contact us on discord with the info below
- validator name
- old address
- new address
- 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
- 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-pre
- Create Pull Request to this repository (game-pre/gentxs) with the file
<your validator moniker>.json
.