Out-of-the-box pool mining solution

2

It is very hard to find an open source free solution to build a public mining pool. Is there any pre-made, out-of-the-box solutions one can buy?

user11258

Posted 2013-12-23T07:16:07.070

Reputation: 21

Answers

1

I would disagree that it is hard to find open source solutions, there are three pieces of software that need to be combined to create a mining pool.

  1. bitcoind (or litecoind etc)
  2. Pool software (pushpool or stratum)
  3. Web front end (SimpleCoin, mmcFE, MPOS)

I am unaware of any commercial out-of-the-box solutions at this time.

Mark S.

Posted 2013-12-23T07:16:07.070

Reputation: 2 415

0

You can try p2pool which is open source.

user10950

Posted 2013-12-23T07:16:07.070

Reputation: 260