decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
160 stars 80 forks source link

Hardware error: Hash abxXXX above minimum target 00000XXX #175

Closed kevinmauro92 closed 6 years ago

kevinmauro92 commented 6 years ago

Does this mean I have to change something in my code? I've been mining Decred for 4 days on a GTX 1080 Ti and haven't gotten any blocks. Does it have something to do with this error?

kevinmauro92 commented 6 years ago

h16:10:55 2018-02-11 [ERR] MINR: DEV #0 Hardware error found, hash 593edad56a29f3abd3deb8ceba12f6ca7d40e0dcf68c38098486009ce4bfe9b4 above minimum target 000000000000002d75b800000000000000000000000000000000000000000000

jolan commented 6 years ago

Hi,

This is actually a duplicate of #122. I believe it's simply a case of not clearing out the last hash calculated on the GPU before returning to gominer. (gominer expects the GPU to only return share-like hashes).

With respect to not getting any blocks, the difficulty/hash rate is so high that your chances of solo mining a block with a 1080 Ti is very, very small to none.