Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
sp_
on 22/03/2016, 19:23:50 UTC
So... SP_ please explain how this works? Or can you just come out and admit you are screwing people? this is your decred #4

Ofcouse it works

Here is a snapshot of #6 beta:

Here is why it works.  (I have removed the intensity parameter.)

Code:
int dev_id = device_map[thr_id];
//int intensity = 29;
// if (device_sm[dev_id] < 350) intensity = 22;
// if (device_sm[dev_id] > 500)
// {
// intensity = 30;
// }
//
//uint32_t throughput = cuda_default_throughput(thr_id, 1U << intensity);

uint32_t throughput = (0xffffffff-5) / 5;
if (device_sm[dev_id] > 500)
{
throughput = (0xffffffff - 6) / 2;
}

And here is the result that I am working on in #6:

This is 14 rounds of blake and not 8.. (decred)