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 |
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
- Domain name or IP address
- http port for monitor RPC access (default: 8888)
- P2P port (default: 9876)
- Host location
- Organization name (the organization name displayed in monitor page)
git clone https://github.com/d13o/ENUAvengers.git
mkdir <YOUR_DATA_DIR_PATH>
cd <ENUAvengers_REPO_PATH>
cp genesis.json config.ini start.sh stop.sh <YOUR_DATA_DIR_PATH>
- Replace DATADIR in scripts start.sh stop.sh with <YOUR_DATA_DIR_PATH>
- Fill in your node information and keys into config.ini
cd <YOUR_DATA_DIR_PATH>
./start.sh
tail -f stderr.txt
If enunode works well, please contact the administrator to grant your the privilege of producing blocks.