Post
Topic
Board Mining (Altcoins)
Re: Got 1.21M share on litecoin solo mining, but no blocks.. Please help
by
Gautatyr
on 05/02/2015, 00:53:40 UTC
Your cgminer states you are mining at diff 18.4e :

https://bitcointalk.org/index.php?topic=818057.msg9148441#msg9148441


Indeed, it should be the same as the net diff.

i experimentet with a C code like this:
Code:

unsigned long x = 0;
x--;
printf("%lu\n", x);

unsigned long is 64bit, so when it overflows it becomes ~18.4E
therefore, what i belive - i might be wrong - is that cgminer actually gets an -1 error code when it tries to get the diff, and then it becomes 18.4E

or i might be totally lost..

but it does show a right value  when im mining in a pool..