2014-04-13 02:06:07 +02:00
|
|
|
Bitcoin 0.9.99 BETA
|
2014-01-29 16:08:22 +01:00
|
|
|
|
|
|
|
Copyright (c) 2009-2014 Bitcoin Core Developers
|
2011-04-20 20:45:43 +02:00
|
|
|
|
|
|
|
Distributed under the MIT/X11 software license, see the accompanying
|
2012-07-18 16:11:56 +02:00
|
|
|
file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
2011-04-20 20:45:43 +02:00
|
|
|
This product includes software developed by the OpenSSL Project for use in
|
2014-07-29 18:41:33 +02:00
|
|
|
the OpenSSL Toolkit (https://www.openssl.org/). This product includes
|
2011-04-20 20:45:43 +02:00
|
|
|
cryptographic software written by Eric Young (eay@cryptsoft.com).
|
|
|
|
|
|
|
|
|
|
|
|
Intro
|
|
|
|
-----
|
|
|
|
Bitcoin is a free open source 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.
|
|
|
|
|
|
|
|
|
|
|
|
Setup
|
|
|
|
-----
|
2011-10-25 18:09:08 +02:00
|
|
|
Unpack the files into a directory and run bitcoin-qt.exe.
|
2011-04-20 20:45:43 +02:00
|
|
|
|
2013-12-13 07:39:56 +01:00
|
|
|
Bitcoin Core is the original Bitcoin client and it builds the backbone of the network.
|
2013-05-10 15:50:33 +02:00
|
|
|
However, it downloads and stores the entire history of Bitcoin transactions;
|
|
|
|
depending on the speed of your computer and network connection, the synchronization
|
|
|
|
process can take anywhere from a few hours to a day or more.
|
2011-04-20 20:45:43 +02:00
|
|
|
|
2011-10-25 18:09:08 +02:00
|
|
|
See the bitcoin wiki at:
|
|
|
|
https://en.bitcoin.it/wiki/Main_Page
|
2011-04-20 20:45:43 +02:00
|
|
|
for more help and information.
|