Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels.
by
sp_
on 14/08/2017, 03:59:24 UTC
His latest miner shines in groestl, myriad-groestl and neoscrypt (tested on 1070) compared to others.
Klaust's Myriad-groestl is showing high rates in the miner window, but low rates on the pool
Yeah. It's really wierd. I don't actually know why.
Bugfix:

__host__ void myriadgroestl_cpu_hash(int thr_id, uint32_t threads, uint32_t startNounce, uint32_t *nounce)
{
    const uint32_t threadsperblock = 512;
   const uint32_t threadsperblock2 = 512; //1536;

I see that you have applied my fix.

https://github.com/KlausT/ccminer/commit/4c2d933aee88a6cef8676eb3dbc7b11696e925da

I think it's wierd too. Maybe you should report this to the NVIDIA devs in a bugreport.