"signed_blocks_window": "10000"
"min_signed_per_window": "0.050000000000000000"
"unbonding_time": "259200s"
"send_enabled": "false"
"receive_enabled": "false"
- 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.
- 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.
- Initialize the nibiru directories and create the local file with the correct chain-id
nibirud init <moniker> --chain-id=neuron-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.
- 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.
- 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
-
Create Pull Request to this repository (neuron-1/gentxs) with the file
<your validator moniker>.json
. -
Submit the application form to finish registration process completely.