RPOW
Hal Finney · 运行过的实验系统与设计文档Working experimental system and design documentation
2004 年 8 月 15 日 · 测试版公告15 August 2004 · Beta announcement
发布的是什么What was released
2004 年 8 月 15 日,Finney 邀请密码朋克邮件列表成员测试 RPOW,提供服务器、源码及网页兑换入口。它已有可运行的测试版,并非只有一篇白皮书。原信发送时间为 17:43:09 UTC;存档页顶部的 8 月 16 日说明是随后扩大邀请的日期。
On 15 August 2004, Finney invited the Cypherpunks mailing list to test RPOW, offering a server, source code and a web exchange interface. This was a working beta, not just a white paper. The original message was sent at 17:43:09 UTC; the archive's 16 August heading marks a subsequent extension of the invitation.
依据Sources [1]
怎样重复使用工作量证明How proof of work becomes reusable
用户先计算 Hashcash 凭证,再换取服务器签发的 RPOW 凭证。收到凭证的人通过服务器把它兑换为新的等值凭证。每张旧凭证只能兑换一次,因此“重复使用”指价值接力流转,而非同一凭证可以反复花费;服务器记录已兑换凭证,阻止双重支付(双花)。
A user computes a Hashcash token and exchanges it for a server-signed RPOW token. Its recipient then exchanges it through the server for a fresh token of equal value. Each old token is redeemable once: reuse means passing value onward, not spending one token repeatedly. The server tracks redeemed tokens to prevent double-spending.
信任放在哪里Where trust remains
RPOW 将关键程序放在 IBM 4758 安全协处理器中,让用户通过远程证明核对服务器运行的程序与公开源码是否一致。这减少了对运营者承诺的依赖,但仍须信任硬件、IBM 的认证和程序正确性;运营者也仍能关闭服务器,令兑换停止。
RPOW runs its critical program inside an IBM 4758 secure coprocessor. Remote attestation lets users check that the running program matches the published source. This reduces reliance on an operator's promises, but still requires trust in the hardware, IBM's certification and correct software. An operator can also shut the server down, stopping exchanges.
依据Sources [3]
与 Bitcoin 的关系Its relationship to Bitcoin
本站对照:两者都使用计算工作。Bitcoin 通过点对点工作量证明链确认历史,没有采用 RPOW 的兑换服务器,白皮书也未引用 RPOW。机制相似本身不足以证明直接采用关系。
Our comparison: both use computational work. Bitcoin confirms history through a peer-to-peer proof-of-work chain, without RPOW's exchange server. Its whitepaper does not cite RPOW. Similarity alone does not establish direct adoption.
它想验证什么What the experiment tested
Finney 将 RPOW 定位为非商业实验,讨论过反垃圾邮件、游戏等用途,并明确说它不是稳定的价值储藏工具:计算机越快,同等难度凭证的生产成本越低。阅读时应把“可交换的计算工作凭证”与“已形成市场的货币”分开。
Finney presented RPOW as a non-commercial experiment, suggesting uses such as spam prevention and games. He explicitly rejected treating it as a stable store of value: faster computers make tokens of the same difficulty cheaper to produce. Read it as an experiment in exchangeable computational effort, not an established monetary market.
依据Sources [4]
作者小传About the author
Hal Finney
Hal Finney 参与过 PGP 加密软件开发,也是密码朋克社群成员,运行过匿名转信服务。在 2013 年《Bitcoin and me》的回忆中,他写到自己早期测试 Bitcoin、向中本聪报告故障,并收到中本聪发来的 10 枚比特币测试转账。这是参与者本人的回忆,写作时间晚于事件。
Hal Finney worked on PGP encryption software, participated in the Cypherpunks community and operated an anonymous remailer. In his 2013 retrospective, Bitcoin and me, he described testing Bitcoin early, reporting bugs to Satoshi and receiving a test payment of 10 bitcoins from him. This is a participant's account written after the events.
依据Sources [6]
原文摘录Source excerpt
Hal Finney · [1]
这台服务器的创新之处在于其安全模型。
The new concept in the server is the security model.
原始资料与核对来源Original documents and sources
- Hal Finney — RPOW - Reusable Proofs of Work ↗
2004 年公告原信存档,含发送时间Archived 2004 announcement with original message date
- Hal Finney — Reusable Proofs of Work ↗
作者原项目网站的历史存档Historical archive of the author's project website
- Hal Finney — RPOW Security ↗
作者对安全硬件、远程证明及信任边界的说明Author's explanation of secure hardware, remote attestation and trust assumptions
- Hal Finney — RPOW FAQs ↗
作者对用途、兑换方式和局限的说明Author's answers about uses, exchanges and limitations
- Hal Finney — RPOW Download ↗
历史源码、客户端和构建说明Historical source code, client and build instructions
- Hal Finney — Bitcoin and me (2013) ↗
作者 2013 年 3 月 19 日发表的第一人称回忆Author's first-person retrospective, posted 19 March 2013
- Satoshi Nakamoto — Bitcoin: A Peer-to-Peer Electronic Cash System ↗
对照 Bitcoin 的工作量证明与参考文献Comparison with Bitcoin's proof-of-work design and references