]> Git Repo - VerusCoin.git/blame - doc/README
More 0.3.21 release prep
[VerusCoin.git] / doc / README
CommitLineData
ca588487
GA
1Bitcoin 0.3.21 BETA
2
3Copyright (c) 2009-2011 Bitcoin Developers
4Distributed under the MIT/X11 software license, see the accompanying
5file license.txt or http://www.opensource.org/licenses/mit-license.php.
6This product includes software developed by the OpenSSL Project for use in
7the OpenSSL Toolkit (http://www.openssl.org/). This product includes
8cryptographic software written by Eric Young ([email protected]).
9
10
11Intro
12-----
13Bitcoin is a free open source peer-to-peer electronic cash system that is
14completely decentralized, without the need for a central server or trusted
15parties. Users hold the crypto keys to their own money and transact directly
16with each other, with the help of a P2P network to check for double-spending.
17
18
19Setup
20-----
21Unpack 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
27See the documentation at the bitcoin wiki:
28 https://en.bitcoin.it/wiki/Main_Page
29
30... for help and more information.
This page took 0.022726 seconds and 4 git commands to generate.