Giter Club home page Giter Club logo

enuavengers's Introduction

ENUAvengers -- A Community Driven Enumivo Testnet

ENUAvengers is an Enumivo Testnet.

Hero Producer Name Status
Stan Lee stanlee Claimed
Iron Man ironman Claimed
Captain America captamerica Claimed
Thor thor Claimed
Doctor Strange drstrange Claimed
Spider Man spiderman Claimed
Ant Man antman Claimed
Black Widow blackwidow Available
Hulk hulk Claimed
Hawk Eye hawkeye Claimed
Quick Silver quicksilver Available
Vision vision Claimed
War Machine warmachine Claimed
Falcon falcon Claimed
Black Panther blackpanther Claimed
Star Lord starlord Claimed
Captain Marvel captmarvel Claimed
Loki loki Claimed
Thanos thanos Claimed
Gamora gamora Available
Groot groot Claimed

Node Setup Guidance

Build & install node components

make sure your repository is on the newest commit of enumivo branch, then build and install.

git clone https://github.com/enumivo/enumivo.git
cd enumivo
git fetch origin enumivo
git checkout -b enumivo origin/enumivo
git submodule update --init --recursive
./enumivo_build.sh
cd build
make install

Register your node information, and apply node account/keys

  1. Domain name or IP address
  2. http port for monitor RPC access (default: 8888)
  3. P2P port (default: 9876)
  4. Host location
  5. Organization name (the organization name displayed in monitor page)

Fetch ENUAvengers public configurations

git clone https://github.com/d13o/ENUAvengers.git

Make your own node data directory, copy the configurations and scripts

mkdir <YOUR_DATA_DIR_PATH>
cd <ENUAvengers_REPO_PATH>
cp genesis.json config.ini start.sh stop.sh <YOUR_DATA_DIR_PATH>

Fill in your node information

  • Replace DATADIR in scripts start.sh stop.sh with <YOUR_DATA_DIR_PATH>
  • Fill in your node information and keys into config.ini

Run enunode, check whether it works by watching the log file

cd <YOUR_DATA_DIR_PATH>
./start.sh
tail -f stderr.txt

Produce the blocks

If enunode works well, please contact the administrator to grant your the privilege of producing blocks.

Monitor Website

http://avengers-monitor.enuism.com

enuavengers's People

Contributors

d13o avatar

Stargazers

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