Git Product home page Git Product logo

ethereum-pool's Introduction

Miner's stats page

Pool server (realized the possibility of mining , automatic payments in finding a pool block for all miners , the ability to establish a pool of commission)

This software includes:

  • A pool master for miner handling
  • A pool controller

Warning

The software is not well tested and it's a work in progress, use at your own risk.

Install

Requirements

  • golang
  • python2
  • python2 flask
  • python2 requests
  • python2 pysqlite3
  • python poloniex

Configuration

For first, configure the pool master:

  1. Open poolmaster/pool.go
  2. Choose a secure key, and replace the one proposed in line 46
  3. Set the poolPort at line 46; this will be used by pool miners
  4. Set the port of your ethereum daemon at line 47
  5. Enter the "Ethereum-pool" directory and run ./make_poolmaster.sh

Now edit ethpool.py:

  1. At line 15, set the previously secure key
  2. At line 21, set the pool fee
  3. At line 22, set your coinbase address

Startup

  1. Start geth or similar with rpc geth --rpc
  2. First run ./poolmaster/pool
  3. Start the pool server with python ethpool.py start
  4. go http://localhost:5000/

Connect

http://IP:5082/miner/{miner}/{difficulty}/{worker}

contact

[email protected]

ethereum-pool's People

Contributors

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