Open bonesoul opened 10 years ago
I would also like to know this, as my workers are currently getting a difficulty that is far too low.
Be careful we found the workers hash rates were 3 times higher than they should of been. I think there is a bug.
Check the issue list. It exists for a while.
Cheers, Sebastian
On 17.12.2013, at 12:46, litecoinsblog notifications@github.com wrote:
Be careful we found the workers hash rates were 3 times higher than they should of been. I think there is a bug.
— Reply to this email directly or view it on GitHub.
I'm running a pool with https://github.com/moopless/stratum-mining-litecoin 's master branch and lately I've set vardiff=true to test it out.
my current vardiff setup is;
so basically i set vardiff=true and only changed max_target to 600.
The thing is that on my sql database shares table, all records including the ones that after I enabled vardiff has a difficulty of 0.
I'm using php-mpos as the frontend ( https://github.com/TheSerapher/php-mpos ). So when no difficulty is assigned to a share when vardiff is on, how can php-mpos weight the share?
Am I missing a point?