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

Lowering of the nonce value #39

Closed ARandombitcoinuser closed 9 years ago

ARandombitcoinuser commented 9 years ago

Hi,

First of all thank you for all the amazing program and the hard work you've put into it.

I'm currently having an issue with using this proxy because it lowers the nonce value on the miners side. My new hardware needs a nonce value of at least 4, but since a lot of pools have a nonce value of 4 after running the proxy it gets cut back to 3, which is too low for new hardware. Is there any way to run the proxy without cutting the nonce value? It'll only be one worker per proxy regardless if that's the only way.

Thanks in advance.

Stratehm commented 9 years ago

The commit c051341f566 has added the value 1 to the nbWorkerLimit option. You can set this value to the option in your configuration file/command line.

ARandombitcoinuser commented 9 years ago

Awesome, thank!

ARandombitcoinuser commented 9 years ago

Edit; Trying to compile but having difficulties, could you compile the version with the new commit for me? Will send a donation :)

Stratehm commented 9 years ago

Done.

Thank you for your donations! Cheers

ARandombitcoinuser commented 9 years ago

Works perfectly, donated!