Git Product home page Git Product logo

eos-party-testnet's Introduction

Welcome to the EOS Party Testnet

中文介绍

Party is an EOS testnet based on EOSIO Dawn 4.2.

Telegram: https://t.me/EOSTestnet

Block Explorer: http://party.eosmonitor.io/

Join the EOS Party Test Network

Anyone can join EOS Party network as BP. Joining the EOS Party test network to become a BP requires the following steps:

  • 24-hour server
  • Run a node (Recommended Docker)
  • Register as BP
  • Get votes(You can vote for yourself)

Run a node

Make sure your server has Docker installed.

  • mkdir -p /data/eos Create a directory for your EOS node data store, can also be another directory.
  • Copy config.ini to /data/eos and modify:
  • Copy genesis.json to /data/eos.

Then, run:

docker run -d \
    --restart=always \
    --name party \
    -v /data/eos:/opt/eosio/bin/data-dir \
    -v /data/eos/nodeos:/root/.local/share/eosio/nodeos \
    -p 8888:8888 \
    -p 9876:9876 \
    eosfans/eos:dawn-v4.2.0 nodeosd.sh

Check log:

docker logs -f --tail=100 party

Register an account

You can go here to have a account and get some fund.

Register as BP

  • docker exec -it party bash
  • cleos wallet create Create a default wallet (it is recommended that you save wallet password)
  • cleos wallet import {Private_Key} Import your private key
  • cleos system regproducer {producer-name} {public key} http://{server_ip}:8888 Register as BP

You should not yet produce a block because you don’t have a ticket.

Vote for yourself

Mortgage your EOS(Suppose you have 10000):

cleos system delegatebw {producer-name} {producer-name} '5000.0000 EOS' '5000.0000 EOS' --transfer

Vote for yourself: cleos system voteproducer prods {producer-name} {producer-name}

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.