Git Product home page Git Product logo

go-pool-server's Introduction

go-pool-server

BitcoinCore(bitcoind)-variants' pool written in golang

Difference from NOMP(node-node-open-mining-portal)

This pool software is not a portal, but a standalone stratum server with high performance.

If you want, you can implement the portal page in frontend web.

Why standalone?

Keep standalone is better to assemble new algorithm/coin to your pool services, without dealing with C lib conflicts or restart the whole site to append new pool, what's more, most pool operators don't need a portal, they just get benefit from few different coins with different algorithms.

So it's obviously that standalone one with more advantages on deploying and maintaining.

In other words, "大人,時代變了!".

How to use it?

0x00 Check

Make sure your algorithm in support, if not, take an issue.

0x01 Configuration

Read config.example.json and modify the configurations

Then rename it to config.json

0x02 Build

go build .

0x03 Deploy

Copy go-stratum-pool or go-stratum-pool.exe and config.json to your VPS server and

And then

$ ./go-stratum-pool

or

> go-stratum-pool.exe

TODO

  • Main
  • API
  • More algorithms
  • Web page
  • ...

Donation

LTC: LXxqHY4StG79nqRurdNNt1wF2yCf4Mc986

Tested Network

  • LTC Testnet

go-pool-server's People

Contributors

c0mm4nd avatar deepsourcebot 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.