polyminer1 / rhminer

RandomHash miner for the PascalCoin project
GNU General Public License v3.0
37 stars 39 forks source link

Work Target is always 0x0000ffff #4

Closed etherphant closed 5 years ago

etherphant commented 5 years ago

I'm a beginner, so perhaps it's just a silly mistake of mine, but work target is always 0x0000ffff and accepted, failed, or rejected are always 0

sans titre

polyminer1 commented 5 years ago

This is the high part of a 128 bit integer raw value. The important value is diff. You can ignore the 0x0000ffff.

etherphant commented 5 years ago

First thing, thank you for answering. Ok, i understand that, but even so, the diff value is always the same and never changes, is it a wrong setting of mine or an other problem?