Bump version to 0.3.23.
[novacoin.git] / doc / README
1 Bitcoin 0.3.23 BETA
2
3 Copyright (c) 2009-2011 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 Unpack the files into a directory and run:
22  bin/32/bitcoin (GUI, 32-bit)
23  bin/32/bitcoind (headless, 32-bit)
24  bin/64/bitcoin (GUI, 64-bit)
25  bin/64/bitcoind (headless, 64-bit)
26
27 See the documentation at the bitcoin wiki:
28   https://en.bitcoin.it/wiki/Main_Page
29
30 ... for help and more information.