Coder Social home page Coder Social logo

game-of-stakes's Introduction

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.

game-of-stakes's People

Contributors

zmanian avatar eddienuta avatar jaekwon avatar leoluk avatar dongsam avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.