Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: max in montreal on October 15, 2012, 12:58:44 PM



Title: cgminer screen output...
Post by: max in montreal on October 15, 2012, 12:58:44 PM
Code:
 cgminer version 2.8.3 - Started: [2012-10-13 21:28:27]
--------------------------------------------------------------------------------
 (5s):725.3M (avg):720.9Mh/s | Q:4452  A:21377  R:32  HW:7  E:480%  U:10.1/m
 TQ: 0  ST: 5  SS: 0  DW: 5476  NB: 192  LW: 27704  GF: 2  RF: 0  WU: 10.1


Can anyone tell me what those represent? I understand some but not all...


Title: Re: cgminer screen output...
Post by: rav3n_pl on October 15, 2012, 01:06:33 PM
All is there in 1st post: https://bitcointalk.org/index.php?topic=28402.msg357369#msg357369


Title: Re: cgminer screen output...
Post by: max in montreal on October 15, 2012, 01:31:24 PM
Quote
The output line shows the following:
(5s):1713.6 (avg):1707.8 Mh/s | Q:301  A:729  R:8  HW:0  E:242%  U:22.53/m

Each column is as follows:
5s:  A 5 second exponentially decaying average hash rate
avg: An all time average hash rate
Q:   The number of requested (Queued) work items from the pools
A:   The number of Accepted shares
R:   The number of Rejected shares
HW:  The number of HardWare errors
E:   The Efficiency defined as number of shares returned / work item
U:   The Utility defined as the number of shares / minute

 GPU 1: 73.5C 2551RPM | 427.3/443.0Mh/s | A:8 R:0 HW:0 U:4.39/m

Each column is as follows:
Temperature (if supported)
Fanspeed (if supported)
A 5 second exponentially decaying average hash rate
An all time average hash rate
The number of accepted shares
The number of rejected shares
The number of hardware erorrs
The utility defines as the number of shares / minute

The cgminer status line shows:
 TQ: 1  ST: 1  SS: 0  DW: 0  NB: 1  LW: 8  GF: 1  RF: 1

TQ is Total Queued work items.
ST is STaged work items (ready to use).
SS is Stale Shares discarded (detected and not submitted so don't count as rejects)
DW is Discarded Work items (work from block no longer valid to work on)
NB is New Blocks detected on the network
LW is Locally generated Work items
GF is Getwork Fail Occasions (server slow to provide work)
RF is Remote Fail occasions (server slow to accept work)

For some reason I never saw that...

Thanks!