I was wondering what dose the "Diff #/#" mean? (cgminer version 3.1.1) I'm a first time user of this program.
Diff x/y
x=difficulty the share meets
y=difficulty the pool will accept
Edit: From CGMiner readme.txt
----------Readme--------------------------------------------------------
The running log shows output like this:
[2012-10-12 18:02:20] Accepted f0c05469 Diff 1/1 GPU 0 pool 1
[2012-10-12 18:02:22] Accepted 218ac982 Diff 7/1 GPU 1 pool 1
[2012-10-12 18:02:23] Accepted d8300795 Diff 1/1 GPU 3 pool 1
[2012-10-12 18:02:24] Accepted 122c1ff1 Diff 14/1 GPU 1 pool 1
The 8 byte hex value are the 2nd 8 bytes of the share being submitted to the
pool. The 2 diff values are the actual difficulty target that share reached
followed by the difficulty target the pool is currently asking for.
---------ReadmeNot------------------------------------------------------