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

Protocol Recommendation Between Miners and Proxy #40

Closed ghost closed 9 years ago

ghost commented 9 years ago

Quick question, what protocol would you recommend between the miners and the proxy (local area network, not traversing internet, where the proxy will traverse the internet with extra nounce over stratum)

Stratum or Getwork?

Looking online I have seen various threads point between the two.

Stratehm commented 9 years ago

When using this proxy, I really recommand to use stratum as it is really less CPU intensive, more tested and easier to debug.

But this answer is only relevant for this proxy, it is not a general answer to the question of which from Stratum or getwork is better. (Even if I would say Stratum is better since Getwork is now considered as obsolete).

ghost commented 9 years ago

Thanks!