Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Official DiabloMiner Thread
by
DiabloD3
on 13/12/2010, 02:33:42 UTC
Feature request: Please support targets with less than 32bits of zeros
Reason: Miner is not properly working on testnet, where target can be under that. I'm also working on cooperative mining server and would like to introduce small targets for counting shares of every worker. DiabloMiner with correct target handling will be compatible with this mining server...

Thanks!

testnet, for the time being, has been > 32 bits. Checking if H <= target (instead of H == 0 and then G <= in the host code) would slow it down.  I could add it, but it'd cause complexity that might slow it down for normal users if I do it wrong.

How's this vs. all the other mining tools?

Its faster than m0's, which is your only other option.