Git Product home page Git Product logo

cosmos-genki's Introduction

Cosmos Testnet genki-1000

Gathering spirits from the Cosmos

Spirit Bomb

Instructions for the Network Start

Submit a genesis transction.

We are trying to start a testnet from the Cosmos Validator Community to test the bug fixes and practice the start of Game of Stakes.

To be bonded at genesis, you need to generate a genesis transaction and submit it by 2018-12-07 15:00 UTC.

The final genesis.json will all the bonded particpants will be released before the end of 2018-12-07 UTC. We are going to use the tool developed by Certus One to verify the gentx files and create the genesis file.

To generate a genesis transaction,

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.

cosmos-genki's People

Contributors

gin avatar kwunyeung avatar

Watchers

 avatar  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.