From 9304ebc64226c1efaca4166c293d2eca31de804c Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 7 Jul 2011 14:52:32 +1000 Subject: [PATCH] Add display information to README. --- README | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README b/README index edd6e81e..bd3621c6 100644 --- a/README +++ b/README @@ -44,5 +44,17 @@ Usage instructions: Run "cgminer --help" to see options. Also many issues and FAQs are covered in the forum thread dedicated to this program, - http://www.bitcoin.org/smf/index.php?topic=1925.0;all - + http://forum.bitcoin.org/index.php?topic=21275.0 + +The output line shows the following: +[(5s):204.4 (avg):203.1 Mh/s] [Q:56 A:51 R:4 HW:0 E:91% U:2.47/m] + +Each column is as follows: +A 5 second exponentially decaying average hash rate +An all time average hash rate +The number of requested work items +The number of accepted shares +The number of rejected shares +The number of hardware erorrs +The efficiency defined as the accepted shares / requested work +The utility defines as the number of shares / minute