Coder Social home page Coder Social logo

school-testnet-4's Introduction

Validators School testnet

Cosmos Hub binaries installation (gaiad)

For the sake of simplicity we decided to use Cosmos Hub service binary. In order to install it please follow steps from this instruction. It is based on the v12.0.0 version of gaiad binary. Please check versiob of used bianry by running this command gaiad version --long. You should get big list of text and at the beginig of it you should have following lines:

name: gaia
server_name: gaiad
version: v12.0.0
commit: 6f8067d76ce30996f83645862153ccfaf5f13dd1
build_tags: netgo ledger

GenTx generation

Init

gaiad init "<moniker-name>" --chain-id <current course chain id>

Generate keys

# To create new keypair - make sure you save the mnemonics!
gaiad keys add <key-name> 

or

# Restore existing odin wallet with mnemonic seed phrase. 
# You will be prompted to enter mnemonic seed. 
gaiad keys add <key-name> --recover

or

# Add keys using ledger
gaiad keys show <key-name> --ledger

Check your key:

# Query the keystore for your public address 
gaiad keys show <key-name> -a

Create account to genesis

gaiad add-genesis-account <key-name> 1000000000uatom --keyring-backend <os | file>

Create GenTX

# Create the gentx.
# Note, your gentx will be rejected if you use any amount greater than 1000000000uatom.
gaiad gentx <key-name> 1000000000uatom --output-document=gentx.json \
  --chain-id=<current course chain id> \
  --moniker="<moniker-name>" \
  --website=<your-node-website> \
  --details=<your-node-details> \
  --commission-rate="0.10" \
  --commission-max-rate="0.20" \
  --commission-max-change-rate="0.01" \
  --min-self-delegation="1" \
  --keyring-backend <os | file>

school-testnet-4's People

Contributors

vbloher avatar kuraassh avatar szhelonkin avatar albertandrejev avatar nsnezhinsky avatar spoonbender1312 avatar inso32 avatar host228 avatar

Stargazers

 avatar Stellar Gaze avatar Vladimir Understanding 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.