文件名称:Original bitcoin-qt
- 所属分类:
- P2P编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2022-01-22
- 文件大小:
- 2.72mb
- 下载次数:
- 0次
- 提 供 者:
- charlieandmac
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Password: bitcoin
BitCoin v0.01 ALPHA
Copyright (c) 2009 Satoshi Nakamoto
Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/). This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com).
Intro
-----
Bitcoin is an electronic cash system that uses a peer-to-peer network to
prevent double-spending. It's completely decentralized with no server or
central authority.
Operating Systems
-----------------
Windows NT/2000/XP (and probably Vista)
Vista hasn't been tested yet. All the libraries used are cross-platform, so
there's nothing preventing future Linux and Mac builds.
Setup
-----
Unpack the files into a directory and run bitcoin.exe.
The software automatically finds other nodes to connect to. You should set
your firewall to forward port 8333 to your computer so you can receive incoming
connections, otherwise the nodes you can connect with will be limited.
To support the network by running a node, select:
Options->Generate Coins
and keep the program open or minimized. It runs at idle priority when no other
programs are using the CPU. Your computer will be solving a very difficult
computational problem that is used to lock in blocks of transactions. The time
to generate a block varies each time, but may take days or months, depending
on the speed of your computer and the competition on the network. It's not a
computation that has to start over from the beginning if you stop and restart
it. A solution might be found at any given moment it's running. As a reward
for supporting the network, you receive coins when you successfully generate a
block.
BitCoin v0.01 ALPHA
Copyright (c) 2009 Satoshi Nakamoto
Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/). This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com).
Intro
-----
Bitcoin is an electronic cash system that uses a peer-to-peer network to
prevent double-spending. It's completely decentralized with no server or
central authority.
Operating Systems
-----------------
Windows NT/2000/XP (and probably Vista)
Vista hasn't been tested yet. All the libraries used are cross-platform, so
there's nothing preventing future Linux and Mac builds.
Setup
-----
Unpack the files into a directory and run bitcoin.exe.
The software automatically finds other nodes to connect to. You should set
your firewall to forward port 8333 to your computer so you can receive incoming
connections, otherwise the nodes you can connect with will be limited.
To support the network by running a node, select:
Options->Generate Coins
and keep the program open or minimized. It runs at idle priority when no other
programs are using the CPU. Your computer will be solving a very difficult
computational problem that is used to lock in blocks of transactions. The time
to generate a block varies each time, but may take days or months, depending
on the speed of your computer and the competition on the network. It's not a
computation that has to start over from the beginning if you stop and restart
it. A solution might be found at any given moment it's running. As a reward
for supporting the network, you receive coins when you successfully generate a
block.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : bitcoin-0.1.0.zip 列表 bitcoin-0.1.0/ bitcoin-0.1.0/bitcoin.exe bitcoin-0.1.0/libeay32.dll bitcoin-0.1.0/license.txt bitcoin-0.1.0/mingwm10.dll bitcoin-0.1.0/readme.txt bitcoin-0.1.0/src/ bitcoin-0.1.0/src/base58.h bitcoin-0.1.0/src/bignum.h bitcoin-0.1.0/src/db.cpp bitcoin-0.1.0/src/db.h bitcoin-0.1.0/src/headers.h bitcoin-0.1.0/src/irc.cpp bitcoin-0.1.0/src/irc.h bitcoin-0.1.0/src/key.h bitcoin-0.1.0/src/license.txt bitcoin-0.1.0/src/main.cpp bitcoin-0.1.0/src/main.h bitcoin-0.1.0/src/makefile bitcoin-0.1.0/src/makefile.vc bitcoin-0.1.0/src/market.cpp bitcoin-0.1.0/src/market.h bitcoin-0.1.0/src/net.cpp bitcoin-0.1.0/src/net.h bitcoin-0.1.0/src/obj/ bitcoin-0.1.0/src/rc/ bitcoin-0.1.0/src/rc/addressbook16.bmp bitcoin-0.1.0/src/rc/addressbook16mask.bmp bitcoin-0.1.0/src/rc/addressbook20.bmp bitcoin-0.1.0/src/rc/addressbook20mask.bmp bitcoin-0.1.0/src/rc/send16.bmp bitcoin-0.1.0/src/rc/send16mask.bmp bitcoin-0.1.0/src/rc/send16masknoshadow.bmp bitcoin-0.1.0/src/rc/send20.bmp bitcoin-0.1.0/src/rc/send20mask.bmp bitcoin-0.1.0/src/readme.txt bitcoin-0.1.0/src/script.cpp bitcoin-0.1.0/src/script.h bitcoin-0.1.0/src/serialize.h bitcoin-0.1.0/src/sha.cpp bitcoin-0.1.0/src/sha.h bitcoin-0.1.0/src/ui.cpp bitcoin-0.1.0/src/ui.h bitcoin-0.1.0/src/ui.rc bitcoin-0.1.0/src/uibase.cpp bitcoin-0.1.0/src/uibase.h bitcoin-0.1.0/src/uint256.h bitcoin-0.1.0/src/uiproject.fbp bitcoin-0.1.0/src/util.cpp bitcoin-0.1.0/src/util.h