Code Monkey home page Code Monkey logo

eosforce-testnet's Introduction

EOSForce Testnet

Welcome to join EOSForce Testnet!

Community

The Rules to join our EOSForce Testnet!

  • Anyone can join our EOSForce Testnet as BP.
  • 24-hour online.
  • Provide a public IP for better p2p connection.
  • Apply to us.

Run a node with Docker

  • Generate your EOS key pair: https://nadejde.github.io/eos-token-sale/
  • git clone https://github.com/eosforce/EOSForce-Testnet.git
  • cd EOSForce-Testnet
  • mkdir -p /data/eosforce
  • mkdir -p /data/nodeos/eosforce
  • cp config.ini /data/eosforce and modify the contents with NOTE: keyword.
  • cp genesis.json /data/eosforce and don't need to modify anything.
  • docker run -d --restart=always --name eosforce -v /data/eosforce:/opt/eosio/bin/data-dir -v /data/nodeos/eosforce:/root/.local/share/eosio/nodeos -p 8888:8888 -p 9876:9876 eosforce/eos:20180430 nodeosd.sh

Register as a candidate BP

  • docker exec -it eosforce bash
  • cleos wallet create
  • Send us a GitHub PR containing your BP information, we will create your producer account.
  • cleos push action eosio regproducer "$(cat regproducer.json)" -p <your-producer-name>
  • NOTE: If you find it difficult to do it, you can also send your desired and your EOS key pair to us, we help you to register BP, or do it by your own. Contract us in the telegram group https://t.me/EOSForce and contract @eosforceio.

Check Docker status

  • check Docker container running status: docker container ls
  • check Docker container log: docker logs -f eosforce

Apply to us

  • Fork this repo, and send a Github PR to us.
  • add a /bp/<your-producer-name>.json into the bp directory

BP json file content example

{
    "bp_name" : "eosforce",
    "organisation" : "EOS原力 EOSForce",
    "location" : "Hangzhou, China",
    "node_addr" : "eosio.eosfore.io",
    "port_http" : "8888",
    "port_ssl" : "",
    "port_p2p" : "9876",
    "pub_key" : "EOS6VhjNxYTRNDCHV8Mm1H8c6SzoRre6KfNydpheo4N59xxXajfsr",
    "bp" : true,
    "enabled" : true,
    "site" : "http://www.eosforce.io/",
    "telegram" : "https://t.me/eosforce",
    "comment" : ""
}

eosforce-testnet's People

Contributors

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