Skip to content

dali1986/EOS.IO-Community-Testnet-Reactivation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOS.IO-Community-Testnet-Reactivation

Welcome to the EOS.IO Community Testnet

Run by:

EOSIO.SE!

EOSGREEN.IO!

EOS42.IO!

EOSDAC.IO!

The public community superhero testnet described in this repository is running the dawn-3.x branch.

For official documentation check: https://github.com/EOSIO/eos

The following instructions detail the process of getting the software, building it, running a node for community testnet.

Clean install Linux

Clone the eos repository and run the build script.

git clone https://github.com/eosio/eos --recursive
cd eos
git checkout tags/dawn-v3.0.0
git submodule update --recursive
./eosio_build.sh
cd build
sudo make install

Now you can copy binary files (mainly nodeos,cleos,keosd) located in:

/usr/local/bin

or in local build folders:

build/programs/

and paste it in a folder dedicated for your node (e.g /etc/eosio/node_00)

Launching a node on Community Testnet

nodeos will need a properly configured config.ini file in order to work properly. You can download it from here!.

  • Create data-dir folder for you node, for example /etc/eosio/node_00/data-dir
  • Download files config.ini and genesis.json from git repository here!
  • Edit path to data-dir/genesis.json file in coonfig.ini
  • Choose your producer name (in case you want to produce blocks) and create own EOS key pair (you can create key pair using cleos command ./cleos create key or using key generator.
  • Add you producer name and your keys in your config.ini.
  • Connect your node to superhero network using start.sh script from here!.
  • Please inform in telegram channel your node info: Server geographic location, Organisation/Website, node ip/domain, http port, p2p port, producer name, your public key.
  • After providing information and node synchronization, let us know in telegram channel to activate your account as BP.

Congratulations - you are up and running as BP on Superhero Testnet!

List of connected BP Nodes:

BP Account Name Address Port (http) Port (p2p) Location Organisation
juggernaut eosgreen.uk.to 8889 9875 UK EOSgreen.io
storm ctestnet.eosio.se 8887 9875 Vasteras, Sweden EOSIO.se
batman 54.194.49.21 8833 9875 Ireland eosDAC.io
venom venom.eoscalgary.com 80 9877 Canada, Calgary EOS Cafe
joker joker.superhero.eos.roelandp.nl 8763 9873 Amsterdam and Germany RoelandP.nl/eos
hellboy ctestnet.eosdetroit.com 8889 1339 USA,Seattle EOS Detroit
cyclops bp7-d3.eos42.io 8888 9876 UK,London EOS42
wakanda superheroes.eosio.africa 8888 9876 South Africa,Johannesburg EOS Africa
spiderman 166.70.202.194 8080 9877 USA,UT,Salt Lake City SaltBlock
jigsaw 18.188.52.250 8899 9889 USA, Ohio Blockpro
ironman ctest.eosnewyork.io 8887 9870 USA,Virgina EOS New York
hook 35.195.161.56 8888 9876 Belgium EOS Denmark
robin 159.89.197.162 8889 9877 Singapore OracleChain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%