lbryio / sgminer-gm

A multi-algo GPU miner
GNU General Public License v3.0
2 stars 2 forks source link

automatic difficulty adjustment isn't working quite right #1

Closed BrannonKing closed 5 years ago

BrannonKing commented 5 years ago

We should not be seeing this message while mining: Diff zero passed to set_target. You can run with the -v and -D flags to get further information. You can also compare the sgminer.c file here to the one at lbryio/lbrycrd-gpu . There are a few differences on lines containing "diff", the in-code abbreviation for "difficulty".

BrannonKing commented 5 years ago

fixed merged