Go to file
Zaki Manian 754ecc4148 Add stakezone.json 2018-12-08 21:20:03 -08:00
gentx Add stakezone.json 2018-12-08 21:20:03 -08:00
CODEOWNERS add CODEOWNERS 2018-12-04 22:48:58 -08:00
DIANOCHAIN.json Create DIANOCHAIN.json 2018-12-07 13:30:05 +09:00
GameOfStakes.png Initial commit 2018-12-03 18:58:47 -08:00
README.md Add key recovery directions to the genesis 2018-12-05 12:28:05 -08:00
RULES.md Merge branch 'master' into patch-1 2018-12-08 16:00:49 -08:00
add-chainflow-gentx Create add-chainflow-gentx 2018-12-07 17:38:14 -05:00
firmamint.json create firmamint.json 2018-12-07 12:51:29 -05:00
garuda.json Add files via upload 2018-12-08 10:26:17 +07:00
genesis.json merge 2018-12-08 20:09:35 -08:00
gentx-e5ae03acabdc6a0787463e0c97d23d4460e24f58.json figment gentx 2018-12-06 14:59:43 -05:00

README.md

Game Of Stakes

Game Of Stakes

Game of Stakes is Cosmos's incentivized testnet.

Here you will find:

Rules

Genesis File

Instructions for the Network Start

Submit a genesis transction.

We are trying to maximize the chances of a fair start to Game of Stakes. This will allow players to be bonded and online from the very begining.

To be bonded at genesis, you need to generate a genesis transaction and submit it by end of day pacific time on Friday December 7th.

The final genesis.json will all the bonded particpants will be released at 6:00 am UTC on Tuesday December 11th.

I reccomend that you download the genesis file, start your server and connect to the seed nodes as early as possible.s

To generate a genesis transaction,

docs

install v0.27.1 of the Cosmos SDK.

run gaiad init

Download genesis to $HOME/.gaiad/config/genesis.json

if you need to recover the key you used for signup do

gaiacli keys add <key-id> --recover

gaiad gentx \
  --amount 10000STAKE \
  --commission-rate "0.10" \
  --commission-max-rate "1.00" \
  --commission-max-change-rate "0.01" \
  --pubkey $(gaiad tendermint show-validator)  \
  --name <key-id>

This will generate a file roughly like $HOME/.gaiad/config/gentx/gentx-c00ce0b868bd5d5576d23f0ad1090f3f478b7961.json

Please submit this file in gentx folder in a Pull Request on this repository.