Bitcointalk · Proof-of-work difficulty increasing

中本聪,2010 年 6 月 21 日

SN-0223 已核对来源,附原文与上下文。

阅读语言
中文译文

我把哈希表(hashmeter)的设想集成进了 SVN 版本。它在状态栏左半区显示 khash/s。

新增两条日志消息: 21/06/2010 01:23 hashmeter 2 CPUs 799 khash/s 21/06/2010 01:23 generated 50.00

在 debug.log 里 grep "generated" 看你生成过什么,grep "hashmeter" 看性能。Windows 上用: findstr "hashmeter generated" "%appdata%\bitcoin\debug.log"

我的 hashmeter 消息每小时一条。你觉得应该多久一次?

ORIGINAL · 英文原文
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?
来源
Bitcointalk 原始链接 ↗ 记录编号 SN-0223