Files
2021-01-08 19:42:41 -06:00

857 B

layout, title, grand_parent, parent, nav_order, date, original
layout title grand_parent parent nav_order date original
forum Re: Proof-of-work difficulty increasing Forum Posts Bitcoin Forum 128 2010-06-21 18:09:17 UTC https://bitcointalk.org/index.php?topic=43.msg1648#msg1648

Re: Proof-of-work difficulty increasing


Re: Proof-of-work difficulty increasing
June 21, 2010, 06:09:17 PM

I integrated the hashmeter idea into the SVN version.  It displays khash/s in the left section of the status bar.

Two new log messages:
21/06/2010 01:23 hashmeter   2 CPUs    799 khash/s
21/06/2010 01:23 generated 50.00

grep your debug.log for "generated" to see what you've generated, and grep for "hashmeter" to see the performance.  On windows, use:
 findstr "hashmeter generated" "%appdata%\bitcoin\debug.log"

I have the hashmeter messages once an hour.  How often do you think it should be?