BeamMW / opencl-miner

Open CL Miner for BeamHash (Equihash 150,5)
30 stars 30 forks source link

Is my OpenCL miner creating solutions? #4

Open jethrolam opened 5 years ago

jethrolam commented 5 years ago

When I run my opencl miner against the beam-node from a pool, I see these verbose:

Performance: 20.67 sol/s
Submitting solution to job 133 with nonce 8fe89431aa299286
Solution for work id 133accepted
Performance: 21.53 sol/s
Submitting solution to job 133 with nonce 28e99431aa299286

But when I run my miner against my own beam-node, I see these:

New work received with id 45 at difficulty 74843008.00
Performance: 20.20 sol/s
New work received with id 46 at difficulty 74238628.00
Performance: 20.07 sol/s
Performance: 19.00 sol/s

... which is missing the Submitting solution to job... logs. Does that mean my miner+node are not mining correctly?