Update README for modified display
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
diff --git a/README b/README
index c16d0e9..6b5ff26 100644
--- a/README
+++ b/README
@@ -405,7 +405,9 @@ This is useful if you unplug a device then plug it back in the same port,
it usually reappears with the same bus_number but a different device_address
You can see the list of all USB devices on linux with 'sudo lsusb'
-Cgminer will list the recognised USB devices with the '-n' option or the
+Cgminer will list the recognised USB devices
+
+with the '-n' option or the
'--usb-dump 0' option
The '--usb-dump N' option with a value of N greater than 0 will dump a lot
of details about each recognised USB device
@@ -444,7 +446,7 @@ WHILE RUNNING:
The following options are available while running with a single keypress:
- [U]SB device management [P]ool management [S]ettings [D]isplay options [Q]uit
+ [U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
U gives you:
@@ -487,6 +489,8 @@ D gives you:
[R]PC debug:off
[W]orkTime details:off
co[M]pact: off
+[T]oggle status switching:enabled
+[Z]ero statistics
[L]og interval:5
@@ -509,46 +513,85 @@ Also many issues and FAQs are covered in the forum thread
dedicated to this program,
http://forum.bitcoin.org/index.php?topic=28402.0
+DISPLAY:
+
+The display is roughly split into two portions, the top status window and the
+bottom scrolling log window.
+
+
+STATUS WINDOW
+The status window is split into overall status and per device status.
+
+Overall status:
+
The output line shows the following:
-(5s):1713.6 (avg):1707.8 Mh/s | A:729 R:8 HW:0 WU:22.53/m
+ (5s):2.469T (1m):2.677T (5m):2.040T (15m):1.014T (avg):2.733Th/s
+
+These are exponentially decaying average hashrates over 5s/1m/5m/15m and an
+average since the start.
+
+Followed by:
+ A:290391 R:5101 HW:145 WU:37610.4/m
Each column is as follows:
-5s: A 5 second exponentially decaying average hash rate
-avg: An all time average hash rate
A: The total difficulty of Accepted shares
R: The total difficulty of Rejected shares
HW: The number of HardWare errors
WU: The Work Utility defined as the number of diff1 shares work / minute
(accepted or rejected).
- BAS 1: max 67C 3.27V | 62.29G/62.19Gh/s | A:140813 R:256 HW:2860 WU: 852.0/m
+alternating with:
+ ST: 22 SS: 0 NB: 2 LW: 356090 GF: 0 RF: 0
+
+ST is STaged work items (ready to use).
+SS is Stale Shares discarded (detected and not submitted so don't count as rejects)
+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)
+
+Followed by:
+ Connected to pool.com diff 3.45K with stratum as user me
+
+The diff shown is the current vardiff requested by the pool currently being
+mined at.
+
+Followed by:
+Block: ca0d237f... Diff:5.01G Started: [00:14:27] Best share: 1.18M
+
+This shows a short stretch about the current block, when the new block started,
+and the all time best difficulty share you've found since starting cgminer
+this time.
+
+Per device status:
+
+ 6: HFS Random : 645MHz 85C 13% 0.79V | 2.152T / 1.351Th/s
Each column is as follows:
Temperature (if supported)
Fanspeed (if supported)
+Voltage (if supported)
+
A 5 second exponentially decaying average hash rate
An all time average hash rate
+
+alternating with
+
+ 6: HFS Random : 645MHz 86C 13% 0.80V | A:290348 R:1067 HW:88 WU:18901.8/m
+
The total difficulty of accepted shares
The total difficulty of rejected shares
The number of hardware erorrs
The work utility defined as the number of diff1 shares work / minute
-The cgminer status line shows:
- ST: 1 SS: 0 NB: 1 LW: 8 GF: 1 RF: 1
-ST is STaged work items (ready to use).
-SS is Stale Shares discarded (detected and not submitted so don't count as rejects)
-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)
+LOG WINDOW
-The block display shows:
-Block: 0074c5e482e34a506d2a051a... Started: [17:17:22] Best share: 2.71K
+All running information is shown here, usually share submission results and
+block update notifications, along with device messages and warnings.
-This shows a short stretch of the current block, when the new block started,
-and the all time best difficulty share you've found since starting cgminer
-this time.
+ [2014-03-29 00:24:09] Accepted 1397768d Diff 3.35K/2727 HFS 0 pool 0
+ [2014-03-29 00:24:13] Stratum from pool 0 detected new block
---