zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.02k stars 1.03k forks source link

Share was found with diff higher than 1.000.000 #513

Open enthuseuser opened 7 years ago

enthuseuser commented 7 years ago

Hi guys,

Connected a few ant L3+ today and noticed the above error in the log file.

Initially when I encountered this error the maxdiff was set to 4096. Since then I've tried to increase to 45000 and now 450000. Still the error persists.

"varDiff": { "minDiff": 8, "maxDiff": 450000, "targetTime": 15, "retargetTime": 90, "variancePercent": 30 }

Does anyone know what is the root cause and how to resolve it? Thanks.

image

BaalMcKloud commented 7 years ago

Nothing wrong with it. its only a info that a share is found with a diff over 1mil

enthuseuser commented 7 years ago

Thanks for the info mate.

Cheers.