]>
Commit | Line | Data |
---|---|---|
d7492304 | 1 | Bitcoin 0.10.99 BETA\r |
f9a2f088 WL |
2 | \r |
3 | Copyright (c) 2009-2014 Bitcoin Core Developers\r | |
ca588487 | 4 | \r |
ca588487 | 5 | Distributed under the MIT/X11 software license, see the accompanying\r |
f00a0dcf | 6 | file COPYING or http://www.opensource.org/licenses/mit-license.php.\r |
ca588487 | 7 | This product includes software developed by the OpenSSL Project for use in\r |
6b5ee2e0 | 8 | the OpenSSL Toolkit (https://www.openssl.org/). This product includes\r |
ca588487 GA |
9 | cryptographic software written by Eric Young ([email protected]).\r |
10 | \r | |
11 | \r | |
12 | Intro\r | |
13 | -----\r | |
14 | Bitcoin is a free open source peer-to-peer electronic cash system that is\r | |
15 | completely decentralized, without the need for a central server or trusted\r | |
16 | parties. Users hold the crypto keys to their own money and transact directly\r | |
17 | with each other, with the help of a P2P network to check for double-spending.\r | |
18 | \r | |
19 | \r | |
20 | Setup\r | |
21 | -----\r | |
7ec064b8 | 22 | Unpack the files into a directory and run bitcoin-qt.exe.\r |
ca588487 | 23 | \r |
22f0135d | 24 | Bitcoin Core is the original Bitcoin client and it builds the backbone of the network.\r |
5b5d3995 GA |
25 | However, it downloads and stores the entire history of Bitcoin transactions;\r |
26 | depending on the speed of your computer and network connection, the synchronization\r | |
27 | process can take anywhere from a few hours to a day or more.\r | |
ca588487 | 28 | \r |
7ec064b8 GA |
29 | See the bitcoin wiki at:\r |
30 | https://en.bitcoin.it/wiki/Main_Page\r | |
ca588487 | 31 | for more help and information.\r |