jaekwon / testnets

testnet configurations

Repository from Github https://github.comjaekwon/testnetsRepository from Github https://github.comjaekwon/testnets

Game Of Stakes

Game Of Stakes

WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

This is a test configuration to test the latest develop. This is not actually the Game of Stakes release.

WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

Game of Stakes is Cosmos's incentivized testnet.

Here you will find:

Rules

Genesis Files

Updates

All gen-txs have been merged.

The genensis file will be released on Monday December 17th, in the afternoon, PDT. Check back here for more updates.

Instructions for Launching Game of Stakes

Welcome to the Launch of Game of Stakes.

You are about to be part of largest experiment in byzantine fault tolernant computer science. Today you an going to help launch the largest Byzantine Fault Tolerant network in history.

This be is the first large scale adversarial BFT network ever.

This network will be the first demonstration of cartel behavior and censorship in an incentivized network.

We are going to do a decentralized network start. We expect it will take us at least 24 hours. If we don’t start in 24 hours, we will bump the chain id and drop any validators that didn’t prevote, or, we may conduct a less decentralized genesis launch.

Doing a decentralized network start of this scale will push Tendermint to it’s limits. We believe it will be possible but every participant is going to have to take enormous care to get their configuration right.

First, triple check your software versions.

WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

This is a test configuration to test the latest develop. This is not actually the Game of Stakes release.

WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

gaiad version
0.28.1-rc0-0-g94e79504

Next check the timeouts in your config.toml

timeout_propose = "5s"
timeout_propose_delta = "1000ms"
timeout_prevote = "3s"
timeout_prevote_delta = "1000ms"
timeout_precommit = "3s"
timeout_precommit_delta = "1000ms"
timeout_commit = "5s"

Finally, make sure you have the correct genesis.json

shasum -a 256 genesis.json

WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

This is a test configuration to test the latest develop. This is not actually the Game of Stakes release.

WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING

876f23f6d608ad0126f11d06aeafe2c73649a14f6fdd603b47c2f2bf0bebf36c genesis.json

Once you have double checked all this, gaiad unsafe-reset-all and then gaiad start --minimum_fees=1STAKE. After you have gaiad start do not run a reset all again unless we have decided to switch to a new chain id.

We also ask that you save your WAL files and stdout logs. If you don't want to use your own log rotation for stdout logs, then use logjack.

gaiad start --minimum_fees=1STAKE --log_level="consensus:debug,mempool:debug,*:info" | logjack --head log.out

Seed Nodes

TODO

Persistent Nodes

c7305ae96d6215cd8b8c4a8185ad2697188883b3@54.215.208.151

About

testnet configurations