Download List

项目描述

Bitcoin is a peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-19 11:50
0.7.2

这是省掉发布。
This is a minor bugfix release.

2012-03-18 19:00
0.5.3

此版本引入了一个新的网络规则:"一个块不是有效的如果它包含其哈希值已经存在在块链中,一个事务,除非所有交易记录的产出已经花费了之前说的块的"自 2012 年 3 月 15 日,00:00 UTC。它在 168,000 块添加各种 bug 和安全修补程序、 UPnp 的改进和一个新的检查站。
This release introduces a new network rule: “a block is not valid if it contains a transaction whose hash already exists in the block chain, unless all that transaction’s outputs were already spent before said block” beginning on March 15, 2012, 00:00 UTC. It adds various bug and security fixes, UPnp improvements, and a new checkpoint at block 168,000.

2012-01-24 08:46
0.5.2

此版本之后最后一个检查点检查块中的所有事务。它就不再锁定,非敏感信息所使用的内存。它修复了一些地址处理死锁。它不再接受入站的连接在互联网上,当使用比特币时用 Tor。它重新启用 SSL 支持 JSON RPC 接口。它使用 0.0005 BTC 接受交易进入雷区块的正确基地交易的费用。它不会显示"IP"并不一定 IP 交易的交易。它将添加新的 DNS 种子。
This release checks all transactions in blocks after the last checkpoint. It ceases locking memory used by non-sensitive information. It fixes some address-handling deadlocks. It no longer accepts inbound connections over the Internet when Bitcoin is being used with Tor. It re-enables SSL support for the JSON-RPC interface. It uses the correct base transaction fee of 0.0005 BTC for accepting transactions into mined blocks. It doesn’t show “IP” for transactions that are not necessarily IP transactions. It adds new DNS seeds.

2011-12-20 12:17
0.5.1

SSL 支持是重新启用为 JSON RPC 接口 (它已经被无意中禁用在 0.5.0 发布的二进制文件)。代码,发现同行通过"DNS 种子"不再停止比特币启动 DNS 种子机器之一是否被按下。交易记录列表视图上的工具提示现在正确呈现。涉及水浸与孤儿块的比特币节点的拒绝服务攻击被固定。钱包密码短语对话框现在警告你如果大写锁定键被按下。比特币-qt.提供了五个新翻译搜索地址和标签中得到了改善。
SSL support was re-enabled for the JSON-RPC interface (it had been unintentionally disabled in the 0.5.0 release binaries). The code that finds peers via “DNS seeds” no longer stops bitcoin startup if one of the DNS seed machines is down. Tooltips on the transaction list view now render correctly. A denial-of-service attack involving flooding a bitcoin node with orphan blocks was fixed. The wallet passphrase dialog now warns you if the caps lock key was pressed. Searching in addresses and labels was improved in bitcoin-qt. Five new translations were provided.

2011-11-26 06:28
0.5.0

此版本修复破碎的 wallet.dat 加密实施中 0.4.0 (读取比特币网站了解详细信息)、 添加一个新的基于 Qt 的图形界面、 添加新的 RPC 命令 getmemorypool、 listsinceblock、 signmessage 和 verifymessage,并执行初始块更快地下载。
This release fixes the broken wallet.dat encryption implementation in 0.4.0 (read the bitcoin website for details), adds a new Qt-based graphical interface, adds the new RPC commands getmemorypool, listsinceblock, signmessage, and verifymessage, and performs faster initial block downloading.

Project Resources