# 1.1 比特币白皮书

比特币白皮书（PDF）只有九页，真正一次就能看懂的人不多：

{% embed url="<https://bitcoin.org/files/bitcoin-paper/bitcoin_zh_cn.pdf>" %}

如果白皮书没有显示出来，[请点击此处访问](https://bitcoin.org/files/bitcoin-paper/bitcoin_zh_cn.pdf)。

这是早期翻译版本。我个人认为标题的翻译更为准确：

<https://github.com/vaquarkhan/awesome-blockchain-Guide/blob/master/%E7%99%BD%E7%9A%AE%E4%B9%A6/%E6%AF%94%E7%89%B9%E5%B8%81%EF%BC%9A%E4%B8%80%E7%A7%8D%E7%82%B9%E5%AF%B9%E7%82%B9%E7%9A%84%E7%94%B5%E5%AD%90%E7%8E%B0%E9%87%91%E7%B3%BB%E7%BB%9F.pdf>

### 花絮一

美国时间 2011 年 4 月 26 日，比特币创始人中本聪（Satoshi Nakamoto）向其他开发人员发送了最后一封电邮，并在信中明确表示，他已经将专注力“转移到其他事务上”，同时交出了他用来发送全网警报的加密密钥。

最离奇的是，无论地球人怎么努力，十多年了都无法找到中本聪。

中本聪的离开，也许只是为了证明比特币是个匿名世界。你知道他用过的钱包地址，但你无法知晓其实名——十几年的今天，绝大多数人还没明白这一点，更不懂得它的重要性！

### 花絮二

这是中本聪发出的比特币上线的第一个版本的通知：

{% embed url="<https://www.metzdowd.com/pipermail/cryptography/2009-January/014994.html>" %}

由于后来接手的开发团队擅作主张，该通知里的源码链接的页面，已经没有了源码！这意味着我们这个世界现在已经失去了比特币第一个版本（bitcoin core 0.10.0）的开放源代码。对此官网也没有任何说明。这意味着什么你可以深思下。

官网里的bitcoin core 0.10.0是一个被污染的版本：

{% embed url="<https://bitcoin.org/bin/bitcoin-core-0.10.0/>" %}

### 花絮三

比特币的第一个版本是中本聪写的（当然在很多技术问题上他求助过高手）。嗯，比特币可以说是一个人利用互联网的开放性干出来的。未来十年，将有很多dApp（区块链去中心化应用）都会是由迷你团队甚至一个人独立开发。等你深入了解到智能合约的可自由组合性，你自然就会明白。

[![Gitter](https://badges.gitter.im/naturaldao/%E5%8C%BA%E5%9D%97%E9%93%BE%E6%A6%82%E8%AE%BA.svg)](https://gitter.im/naturaldao/%E5%8C%BA%E5%9D%97%E9%93%BE%E6%A6%82%E8%AE%BA)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://u.naturaldao.io/be/chapt-1/bitcoin-white-paper.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
