Open letlet opened 6 years ago
I do not use example provided in this repository. I think the problem is with NextJob func in proxy.go. The job this func generated can not fit v7 miner? I just found the length of the job's blob characters sent by xmrwasp server is diffrent from coinhive or other proxy service. as this:
0707e099e6d6053235c33fe280800186a241457085218f02654fb7dc96e5b233da5ebf857ee9f40000000011b3742dac28870a6cc157a12c0e0c5788b68a290dc185067f7ef095f7bc1b580c -->from xmrwasp 0707aa97d6d605aba31c87326cd7f971b71d0e8ca9c6941667e12273a981248d26de51692634ea000000002adc0ffe5e139894791a334fbcbe0c29fa81c4c129e5fc2eadee7c7d01aa3f26067b007951 --from other mine proxy service.
But I know few about cryptonote v7, so may be this not the problem, still need more dig and I will do it.
Thank u for your time any way!
I didn't consider whether the job construction changed with the update. I will check it out. Thank you.
While the example provided in this repository (the web miner) is still v6, the actual proxy is not tied to any particular PoW. It does not validate proof of work, but it is the responsibility of the connected miners to be up to date, not the proxy. Closing the issue - updating the example will be addressed at some point.