Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
s7icky
on 22/03/2016, 19:31:20 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;
}



k dude im not a coder... thus why im ASKING you why its showing up different on the pools... and sure you can copy and paste/edit code.... cool for you WHY IS THERE SUCH A HUGE DIFFERENCE ON ANY POOL?Huh?And it looks like i am not the only one seeing this... so like wtf?