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-02-22 14:41
0.3.20

有几个变化和JSON的远程过程调用接口的补充。一个重要的拒绝服务攻击是固定的。 nolisten就,重新扫描,并printtoconsole补丁都包括在内。有各种其他改进和错误修正。
There were several changes and additions to the JSON remote-procedure-call interface. One significant denial-of-service attack was fixed. Nolisten, rescan, and printtoconsole patches were included. There were various other improvements and bugfixes.

2011-01-10 10:22
0.3.19

细微的变化。
Minor changes.

2010-12-10 07:01
0.3.18

在这个版本主要是增加帐户的基础的JSON - RPC的命令(getaccountaddress,sendfrom,移动,所以getBalance和listtransactions)。此版本修复了wallet.dat兼容性问题,如果你从0.3.17降级,然后再升级。 IsStandard()检查只包括封锁已知的交易类型。优化,以加快下载的初始块一点点。
The main addition in this release is the Accounts-Based JSON-RPC commands (getaccountaddress, sendfrom, move, getbalance, and listtransactions). This release fixes a wallet.dat compatibility problem if you downgraded from 0.3.17 and then upgraded again. IsStandard() checks to only include known transaction types in blocks. Optimizations to speed up the initial block download a little.

2010-11-26 18:33
0.3.17

该getwork RPC的功能被添加。交易费的设置中添加了用户界面选项菜单。自由交易的限制。 sendtoaddress现在返回,而不是“派”的交易ID。该getaccountaddress RPC的功能被添加。
The getwork RPC function was added. A transaction fee setting was added in the UI options menu. Free transaction limits. sendtoaddress now returns a transaction ID instead of "sent". The getaccountaddress RPC function was added.

2010-11-14 09:40
0.3.15

现在的paytxfee开关每KB,所以增加了对大宗交易的正确费用。发送避免使用不超过6确认是否可以硬币。 BitcoinMiner交易过程中的优先次序的基础上年龄的依赖。现在的实施可以确保不产生之前开始下载74000块。错误是固定的。 testnet,keypoololdest和paytxfee添加到GetInfo的。
The paytxfee switch is now per KB, so it adds the correct fee for large transactions. Sending avoids using coins with less than 6 confirmations if it can. BitcoinMiner processes transactions in priority order based on age of dependencies. The implementation now makes sure that generation doesn't start before block 74000 downloaded. Bugs were fixed. testnet, keypoololdest, and paytxfee were added to getinfo.

Project Resources