Stratehm / stratum-proxy

Java implementation of a stratum->stratum/HTTPGetwork proxy with a Web GUI and some pool switching strategies (PriorityFailover, WeightedRoundRobin). Simple to install and configure.
GNU General Public License v3.0
198 stars 118 forks source link

Point individual miners to different pools #45

Open codethejason opened 9 years ago

codethejason commented 9 years ago

Is there any way in a future release that the stratum proxy can assign different pools to different miners?

Stratehm commented 9 years ago

It will need an heavy refactoring of the proxy and unfortunately, I have not enough time to do so.

Maybe someone could fork and add this feature.