Post
Topic
Board Mining software (miners)
Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx
by
d3m0n1q_733rz
on 28/07/2011, 20:22:48 UTC
CPU Mining doesn't work properly. No accepted shares through CPU. Only GPU works as expected.
After 2 hours run time i can see the following:

Code:
cgminer version 1.5.1 - Started: [2011-07-28 13:37:27]
--------------------------------------------------------------------------------
 [(5s):117.4  (avg):111.8 Mh/s] [Q:1152  A:144  R:34  HW:0  E:12%  U:1.19/m]
 TQ: 1  ST: 5  LS: 0  SS: 0  DW: 455  NB: 14  LW: 1017  LO: 2  RF: 0  I: 4
 Connected to http://mining.eligius.st:8337 as user XYZ
 Block 000151fdeb39b3e1a21b797f87bdd355  started: [2011-07-28 15:32:34]
--------------------------------------------------------------------------------
 [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
 GPU 0: [102.8 / 102.0 Mh/s] [Q:678  A:144  R:11  HW:0  E:21%  U:1.19/m]
 CPU 0: [2.5 / 2.5 Mh/s] [Q:259  A:0  R:6  HW:0  E:0%  U:0.00/m]
 CPU 1: [2.5 / 2.5 Mh/s] [Q:258  A:0  R:7  HW:0  E:0%  U:0.00/m]
 CPU 2: [2.3 / 2.4 Mh/s] [Q:260  A:0  R:7  HW:0  E:0%  U:0.00/m]
 CPU 3: [2.5 / 2.4 Mh/s] [Q:257  A:0  R:3  HW:0  E:0%  U:0.00/m]
--------------------------------------------------------------------------------

- CPU: Athlon II 605e (4x 2,3 GHz)
- GPU: HD 5670 oced to 900 MHz (Mem 300 MHz)
- Gentoo 64 bit stable
- Catalyst 11.6 with SDK 2.4
- latest cgminer GIT version

It could be that blocks are being found before you receive the next one.  It appears that your CPU hashing a rather slow which is understandable for a 2.3 Ghz processor.  But pay close attention to your accepted to rejected ratio on your GPU; with that high of a rejection rate, either something is happening with your network that is causing it not to send at the right time.  If this happens, the work will go stale and be rejected.
There's a number of reasons why the work could have been rejected but I don't think that the miner itself is one of them.