Hi again,
If anyone care, else just ignore
. Just tested the MH with different diff, it didn't improve as much as I was expecting but anyone here are the results using I 9 and work size 64 I tested using 2 280x.
diff | Hashrate MH |
0.03 | 36 |
0.3 | 39 |
3.0 | 41 |
9.0 | 41 |
Cheers
How did you do that? Were you solo mining?
No, manually edited the miner to fake the diff for the benchmark.
At 0.2 difficulty the miner spends on post-HEFTY hashes so little time it can be neglected. At the same time, this value is safe to stay under network difficulty until at least one GPU miner remains on the network. This is why it was chosen for the pool.
Yes but my point was that solo mining is more efficient that using a pool, I still don't know if it can be done with your miner, I tried to use it but now testing more I noticed the function hefty_prepare_work on line 169 of heavy.c:
applog(LOG_DEBUG, "Hefty masks for %f, tbits %d: sha 0x%08x, keccak 0x%08x, groestl 0x%08x, blake 0x%08x", work->sdiff, tbits, work->blk.sha_mask, work->blk.keccak_mask, work->blk.groestl_mask, work->blk.blake_mask);
always show work->sdiff as 0.0 when solo mining, why ?
Anyway using your pool for now during the weekend I will dig deeper.
Cheers!.
Edit: I am a noob in mining and crypto in general, but has been very fun until now, please correct me if I say or if I do something stupid
.