benjamin-wilson/public-pool

cpuminer-opt cannot mine in public-pool.io

Closed this issue · 1 comments

Some issue with startum method mining.authorize. cpuminer-opt sends more parameters and is rejected by public-pool.io. I am not sure why it sends more parameters, maybe that is for newer version of stratum protocol.

cpuminer-opt can mine in ckpool.org, it is not rejected...

accepted by all pools:

{"id": 2, "method": "mining.authorize", "params": ["1Bkg23fU9EnazGw2yyYVwQKHmjq1MRsEx4.TEST", "x"]}

rejected by public-pool.io:

{"id": 2, "method": "mining.authorize", "params": ["1Bkg23fU9EnazGw2yyYVwQKHmjq1MRsEx4.TEST", "x", ["s2", "b"]]}

Details are described in this issue

This seems to be an issue with cpuminer-opt and not the pool