Bitcointalk · python OpenCL bitcoin miner

中本聪,2010 年 11 月 20 日

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

阅读语言
中文译文

更新到 SVN 186

感谢 m0mchil 持续跟进更新!

GPU 矿工们,请尽快升级,终结免费交易滥用!这个版本带有新的基于优先级的免费交易垃圾限制。

刚更新到 SVN 181,并修正了 getwork 补丁:在用新交易重建区块之间等待 60 秒。这其实是原版客户端的行为,补丁里误漏掉了。修复了每个 getwork 请求都占满 CPU 的问题(在最近大量交易垃圾攻击下变得很明显)。请升级。

在 SVN 184 之前,把交易编译进区块用的是 n^2 算法。新的高效单遍算法要快上几个数量级。(O(n) 对比 O(n^2)/2,n=200 时约莫快 10 到 100 倍)

ORIGINAL · 英文原文
updated to SVN 186
Thanks m0mchil for keeping up on the updates!

GPU miners, please upgrade as soon as possible to shut down the free transaction abuse!  This version has the new priority-based limit on free transaction spam.

Just updated to SVN 181 and fixed getwork patch to wait 60 seconds between rebuilding the block with new transactions. This is actually the behavior of the original client, was forgotten in the patch by mistake.  Fixes heavy CPU usage on every getwork request (this became obvious with recent heavy transaction spam). Please upgrade.
Before SVN 184, compiling transactions into a block used an n^2 algorithm.  The new efficient single-pass algorithm is orders of magnitude quicker.  (O(n) vs O(n^2)/2 algorithm, n=200 maybe 10 to 100 times quicker)
来源
Bitcointalk 原始链接 ↗ 记录编号 SN-3132