Bump version to 0.5.4
[novacoin.git] / doc / README
1 Bitcoin 0.5.4 BETA
2
3 Copyright (c) 2009-2012 Bitcoin Developers
4 Distributed under the MIT/X11 software license, see the accompanying
5 file license.txt or http://www.opensource.org/licenses/mit-license.php.
6 This product includes software developed by the OpenSSL Project for use in
7 the OpenSSL Toolkit (http://www.openssl.org/).  This product includes
8 cryptographic software written by Eric Young (eay@cryptsoft.com).
9
10
11 Intro
12 -----
13 Bitcoin is a free open source peer-to-peer electronic cash system that is
14 completely decentralized, without the need for a central server or trusted
15 parties.  Users hold the crypto keys to their own money and transact directly
16 with each other, with the help of a P2P network to check for double-spending.
17
18
19 Setup
20 -----
21 You need the Qt4 run-time libraries to run bitcoin-qt. On Debian or Ubuntu:
22   sudo apt-get install libqtgui4
23
24 Unpack the files into a directory and run:
25  bin/32/bitcoin-qt (GUI, 32-bit)
26  bin/32/bitcoind (headless, 32-bit)
27  bin/64/bitcoin-qt (GUI, 64-bit)
28  bin/64/bitcoind (headless, 64-bit)
29
30
31 See the documentation at the bitcoin wiki:
32   https://en.bitcoin.it/wiki/Main_Page
33 for help and more information.