GithubHelp home page GithubHelp logo

testnets's Introduction

Regen Ledger Testnets

Testnets for Regen Ledger

Active Testnets

1. Regen Network Testnet 4000: Aplikiĝo Testnet

Focus: Application specific testing and simulation of ecosystem service credit creation and trading with production ready MVP blockchain.

*Estimated Dates: Feb 8th — March 15th 2021

Minimum points to be allocated: 1800 $REGEN staking token rewards: 500,000

Aplikigo-1 Testnet is scheduled to start on 8th Feb, 2021. More details here

Blog Post: https://medium.com/regen-network/apliki%C4%9Do-regen-networks-final-pre-launch-incentivized-testnet-2e353dffb4b6

Testnet Plan: Aplikigo-1 Testnet Plan

TL;DR

35d64042e1a5f6466b2b1540fa2e859dfc49666e@public-rpc1.regen.vitwit.com:26656,[email protected]:26656,[email protected]:26656,

2. Bigbang Stargate testnet

We are also supporting the BigBang-1 Stargate testnet

Regen Devnets

regen-devnet-4

regen-devnet-4 is active now and here are some important details:

Persistent Peer: [email protected]:26656

Here are the instructions to run a validator for regen-devnet-4:

  1. Stop your existing regen validator (if any)
sudo service regen stop
  1. Run the latest setup script
git clone https://github.com/regen-network/testnets
cd testnets
git pull

chmod +x scripts/devnet-val-setup.sh
./scripts/devnet-val-setup.sh <your_key_name> <your_validator_moniker_name>

Historic Testnets (not in use)

The testnets listed below are no longer active but are retained here for posterity. Do not waste your time trying to join them :)

Regen Network Testnet 3000: COSMWASM Kontraŭa Testnet

Focus: Adversarial testnet and network load testing with Regen Ledger running CosmWASM. This testnet may also morph into a Game of Zones testnet, as we are sensitive to the larger community opportunity.

  • Testnet schedule: 13th March - 24th Apr, 2020 (6 weeks)
  • Total points to be allocated: 1100+
  • Gentx submissions: 9th March 1500UTC (start date) - 12th March 0900 UTC (end date)
  • Genesis release time: 12th March, 1600UTC (23 hours before genesis time)
  • Network start time: 13th March, 1500UTC

Algradigon-1, an incentivized testnet was launched on 23rd Jan at 17:00UTC with 38 validators signing on the genesis block. The validator set was increased to a total of 49 validators and total of 4 upgrades were executed in a span of two weeks by 7th Feb.

Total points allocated: 900

Note The incentive program for the testnet was ended on 12th Feb 2020 at 12:00UTC

Important links

congo-1 was the first community-driven testnet between 7th November 2019 and 17th January 2020, at which point it was abandoned in order to prepare for the next incentivised testnet.

regen-test-1001 ran between August and October 2019. It is now defunct, having discovered a cosmos-sdk bug in governance-driven parameter updates logic.

regen-test-1000 hit some weird consensus error on app state at block 2.

Testnet xrn-test-3 started producing blocks at 2019-03-29T19:44:44.571815638Z and is now defunct.

xrncli can be configured to connect to the testnet as follows:

xrncli init --chain-id xrn-test-2 --node tcp://xrn-us-east-1.regen.network:26657

Deployed at 2018-12-19T20:40:06.463846Z.

The initial Regen Ledger testnet xrn-1 was deployed on 2018-12-19.

KYC Utils

Generate Validator Keys

Linking a validator address to your identity is how we ensure the right validator is rewarded for the hard work of participating in our incentivized testnets. Please back up your keys and maintain the same keys thorughout testnet operations if possible. If you have a key management issue, please use the same Moniker in generation of new keys and notify the team.

The same validator keys can be used for different testnets, and even for main net (as long as you practice good key management).

Handy Script

Here are instructions for generating keys for regen ledger. This is well-tested on Ubuntu 18.04, if you are using different arch and running into issues, please use manual key generation instructions below

git clone https://github.com/regen-network/testnets
cd testnets
git pull

chmod +x scripts/gen_val_keys.sh
./scripts/gen_val_keys.sh <your_key_name>

Generate regen keys manually

Step-1: Install Go 1.15.x (Optional)

  $ sudo apt update
  $ sudo apt install build-essential jq -y

  $ wget https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz
  $ tar -xvf go1.15.2.linux-amd64.tar.gz
  $ sudo mv go /usr/local

  $ echo "" >> ~/.bashrc
  $ echo 'export GOPATH=$HOME/go' >> ~/.bashrc
  $ echo 'export GOROOT=/usr/local/go' >> ~/.bashrc
  $ echo 'export GOBIN=$GOPATH/bin' >> ~/.bashrc
  $ echo 'export PATH=$PATH:/usr/local/go/bin:$GOBIN' >> ~/.bashrc

  $ source ~/.bashrc
  $ go version # should print 1.15.2

Step-2: Install Regen (from source)

$ git clone https://github.com/regen-network/regen-ledger
$ cd regen-ledger
$ git checkout v0.6.0-alpha6
$ make install

Step-3: Create your key (keyname can be anything):

$ regen keys add <your_key_name>

Use the address generated from above command to fill your KYC

testnets's People

Contributors

anilcse avatar aaronc avatar kaustubhkapatral avatar alex-m24 avatar novy4 avatar glandua avatar charymalloju avatar fgimenez avatar easy2stake avatar patogit avatar y3v63n avatar grom81 avatar jim380 avatar edouardlvdl avatar alive29 avatar kamalzaman avatar gin avatar bambarello avatar swidnikk avatar kwunyeung avatar wanderer-cry avatar clevinson avatar raulbernal avatar dee-effes avatar paul121 avatar louptheron avatar chainode avatar alexandruast avatar kalpatech-team avatar wgardiner 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.