Git Product home page Git Product logo

10mill's Introduction

EOS Community TestNet (SuperheroNet)

      __
    (\\\   IIIIII
    ) (`   | C  O
   /  \    |     D
   | _)    |   x=|     __
   (  `-.  `-] [-'  .-`  `-_...__/\\\
    \ \  `--`   `--`  `-`        _.n)
     \ `-`         <`-..--`--..-`
      `-.(    )(    )-`
         (\ o /\ o /)
          \`-`][`-`/
           ( _][_ )
           )\ () /(
          /-..__..-\
         |-.      .-|
         |  \    /  |
         |   `><`   |
         (    ||    )
          \. _/\_ ./
          (   ()   )
          |   )(   |
          \  /  \  /
           \ |  | /
          /` )  ( `\
        ()Oo/    \oO()

About

This repo contains needed files to get new EOS Community TestNet Block Producers and Full Nodes off the ground.

Hardware Requirements

This is still largely unknown. There is a report of a machine with 1 GB of ram and 1 core producing blocks and not dropping connections. Most folks are using at least 16g of ram and 4 cpus.

Software Requirements

There are reports of Ubuntu 16.04, 17.04, and 17.10 working correctly.

Steps to Stand up new BP

  1. Provision server infrastructure
  2. Open ports 1337 and 8888 to the world
  3. Download DAWN-2018-01-25-ALPHA
cd ~
git clone https://github.com/eosio/eos --recursive
cd eos
git checkout tags/DAWN-2018-01-25-ALPHA
  1. Compile
./build.sh ubuntu

4.1 Confirm version

eosiod --version should equal 2831591733

  1. Grab the genesis json from this repo
sudo mkdir /data
cd /data
sudo wget https://raw.githubusercontent.com/michaeljyeates/10mill/master/genesis.json
  1. Grab the config.ini from repo
mkdir data-dir
cd data-dir
rm config.ini
wget https://raw.githubusercontent.com/michaeljyeates/10mill/master/config.ini
  1. Procure a public / private key pair for your node

Contact the Community Testnet to request a keypair

  1. Fill in the relevant values in the config.ini file

See inline comments

  1. Fire it up!
./eosiod --replay  > community-testnet.log 2>&1 &
tail -F community-testnet.log

Troubleshooting

  • if there are errors when starting using the --replay flag, try rm -rf data-dir/blocks && rm -rf data-dir/shared_mem

10mill's People

Contributors

michaeljyeates avatar ghoti143 avatar kesar avatar

Watchers

James Cloos 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.