Bitcoin-mining-proxy: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
m (→‎See Also: Re-re fix the links.)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
A multi-pool, multi-worker proxy for Bitcoin miners, supporting long polling and pool failover.
A multi-pool, multi-worker proxy for Bitcoin miners, supporting long polling and pool failover.


This software allows multiple miners to be run against multiple pools with fail-over to other pools if something happens to a miner's preferred pool.
This software allows multiple miners to be run against multiple pools with fail-over to other pools if something happens to a miner's preferred pool.  It requires a web server supporting PHP, and a MySQL database.


The software is open source and was released on May 4, 2011<ref>[http://www.bitcoin.org/smf/index.php?topic=5506.msg106640#msg106640 Flexible mining proxy]</ref>.
The software is open source (AGPLv3) and was released on May 4, 2011<ref>[https://bitcointalk.org/index.php?topic=5506.msg106640#msg106640 Flexible mining proxy]</ref>.


==See Also==
==See Also==

Latest revision as of 03:41, 24 March 2012

A multi-pool, multi-worker proxy for Bitcoin miners, supporting long polling and pool failover.

This software allows multiple miners to be run against multiple pools with fail-over to other pools if something happens to a miner's preferred pool. It requires a web server supporting PHP, and a MySQL database.

The software is open source (AGPLv3) and was released on May 4, 2011[1].

See Also

External Links

References