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.

2011-09-29 06:25
0.4.0

在此版本中的主要特点是钱包私人密码匙加密。它使用Berkeley DB版本4.8。
The main feature in this release is wallet private key encryption. It uses Berkeley DB version 4.8.

2011-07-10 18:17
0.3.24

座下载得到改善。造成损失/缺乏网络连接崩溃是固定的。 DNS播种是默认启用的。默认启用UPNP的GUI客户端。增加了一个初步的单元测试框架。清理内部的电子钱包密码。
Block downloading was improved. A crash caused by loss/lack of network connection was fixed. DNS seeding is enabled by default. UPNP was enabled by default in the GUI client. An initial unit testing framework was added. The internal wallet code was cleaned up.

2011-06-15 18:01
0.3.23

这是另一种快速修正发布,试图处理新bitcoin用户涌入。 P2P连接到节点的逻辑,改为减少超时了一下。交易费用降低到0.0005的新的事务。客户端将与高达0.0001 BTC继电器交易费用低。
This is another quick bugfix release, trying to deal with the influx of new bitcoin users. P2P connect-to-node logic was changed to reduce timeout a bit. The transaction fee reduced to 0.0005 for new transactions. A client will relay transactions with fees as low as 0.0001 BTC.

2011-06-07 09:28
0.3.22

客户端将接受并转达了0.0005英群收费表(用户仍然支付,直到下一个版本0.01每KB简称BTC)TX的。非标准交易是对公认的testnet。源代码树已经改组(autotools构建的准备)。 “生成币”选项已被删除从图形用户界面,和4路上证所矿工已被删除。内部参考CPU的矿工仍然可用,但用户被定向到最佳哈希生产外部矿工。 IRC是四溢。客户现在白手起家到通道#bitcoin00 - #bitcoin99。 DNS名称现在可能是使用- addnode和连接(需要- DNS来启用)。
The client will accept and relay TX's with a 0.0005 BTC fee schedule (users still pay 0.01 BTC per kb until the next version). Non-standard transactions are accepted on testnet. Source code tree has been reorganized (prep for autotools build). The "Generate Coins" option has been removed from the GUI, and 4way SSE miner has been removed. The internal reference CPU miner remains available, but users are directed to external miners for best hash production. IRC is overflowing. Client now bootstraps to channels #bitcoin00 - #bitcoin99. DNS names now may be used with -addnode and -connect (requires -dns to enable).

2011-04-28 07:03
0.3.21

通用即插即用支持加入。支持全精度bitcoin金额。在发现bitcoin节点的新方法,就可以与(通过DNS A记录)加入。有一个新的RPC命令,“sendmany”,送一单交易bitcoins到多个地址。有一个logtimestamps选项中增加了时间戳行中的每个debug.log文件。幼块(新生成在120确认)现在显示在listtransactions。几个错误修正。
Universal Plug and Play support was added. Support for full-precision bitcoin amounts. A new method of finding bitcoin nodes to connect with (via DNS A records) was added. There is a new RPC command, "sendmany", to send bitcoins to more than one address in a single transaction. There is a logtimestamps option to add a timestamp to each line in debug.log. Immature blocks (newly generated, under 120 confirmations) are now shown in listtransactions. Several bugfixes.

Project Resources