Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.81 KB

gentx.md

File metadata and controls

58 lines (43 loc) · 1.81 KB

Neuron Incentivized Testnet Gentx

genesis params (changed from default)

"max_validators": 300
"send_enabled": false
"receive_enabled": false
"signed_blocks_window": "10000"
"min_signed_per_window": "0.050000000000000000"
"unbonding_time": "86400s"
"voting_period": "86400s"
  • You have to keep up at least 5% in the last 10000block for avoid downtime slashing.
  • You have to wait 3days to unbond your token.

GenTx Collection (Until October 17, 2021 11:00 GMT End)

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

Make sure to checkout to neuron-1 tag.

  1. Initialize the nibiru directories and create the local file with the correct chain-id
nibirud init <moniker> --chain-id=neuron-1
  1. Create a local key pair in the keybase
nibirud keys add <your key name>

※Make sure to keep neumonic seed which will be used to receive rewards at the time of mainnet launch.

  1. Add the account to your local genesis file with a given amount and key you just created.
nibirud add-genesis-account $(nibirud keys show <your key name> -a) 100000000000ugame

Make sure to use ugame denom, not game like nibiru-2000.

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

  2. Submit the application form to finish registration process completely.