PPCoin: Update COPYING and README for initial release 0.1
[novacoin.git] / doc / README
1 PPCoin 0.1.0 BETA
2
3 Copyright (c) 2011-2012 PPCoin 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 PPCoin is a free open source project derived from Bitcoin, with
14 the goal of providing a long-term energy-efficient crypto-currency.
15 Built on the foundation of Bitcoin, innovations such as proof-of-stake
16 help further advance the field of crypto-currency.
17
18
19 Setup
20 -----
21 Unpack the files into a directory and run:
22  bin/32/ppcoind (headless, 32-bit)
23  bin/64/ppcoind (headless, 64-bit)
24
25 The software automatically finds other nodes to connect to.  You can
26 enable Universal Plug and Play (UPnP) with your router/firewall
27 or forward port 9901 (TCP) to your computer so you can receive
28 incoming connections.  PPCoin works without incoming connections,
29 but allowing incoming connections helps the PPCoin network.
30
31
32 See the documentation/wiki at the ppcoin website:
33   http://www.ppcoin.org/
34 for help and more information.
35
36
37 ------------------
38 Bitcoin 0.6.3 BETA
39
40 Copyright (c) 2009-2012 Bitcoin Developers
41 Distributed under the MIT/X11 software license, see the accompanying
42 file license.txt or http://www.opensource.org/licenses/mit-license.php.
43 This product includes software developed by the OpenSSL Project for use in
44 the OpenSSL Toolkit (http://www.openssl.org/).  This product includes
45 cryptographic software written by Eric Young (eay@cryptsoft.com).
46
47
48 Intro
49 -----
50 Bitcoin is a free open source peer-to-peer electronic cash system that is
51 completely decentralized, without the need for a central server or trusted
52 parties.  Users hold the crypto keys to their own money and transact directly
53 with each other, with the help of a P2P network to check for double-spending.
54
55
56 See the documentation at the bitcoin wiki:
57   https://en.bitcoin.it/wiki/Main_Page
58 for help and more information.