fix version
[novacoin.git] / doc / README
1 NovaCoin 0.3.0 BETA
2
3 Copyright (c) 2013 NovaCoin Developers
4 Copyright (c) 2011-2012 PPCoin Developers
5 Distributed under the MIT/X11 software license, see the accompanying
6 file license.txt or http://www.opensource.org/licenses/mit-license.php.
7 This product includes software developed by the OpenSSL Project for use in
8 the OpenSSL Toolkit (http://www.openssl.org/).  This product includes
9 cryptographic software written by Eric Young (eay@cryptsoft.com).
10
11
12 Intro
13 -----
14 NovaCoin is a free open source project derived from PPCoin, with
15 the goal of providing a long-term energy-efficient scrypt-based crypto-currency.
16 Built on the foundation of Bitcoin and PPCoin, innovations such as proof-of-stake
17 help further advance the field of crypto-currency.
18
19 -----
20
21 PPCoin 0.3.0 BETA
22
23 Copyright (c) 2011-2012 PPCoin Developers
24 Distributed under the MIT/X11 software license, see the accompanying
25 file license.txt or http://www.opensource.org/licenses/mit-license.php.
26 This product includes software developed by the OpenSSL Project for use in
27 the OpenSSL Toolkit (http://www.openssl.org/).  This product includes
28 cryptographic software written by Eric Young (eay@cryptsoft.com).
29
30
31 Intro
32 -----
33 PPCoin is a free open source project derived from Bitcoin, with
34 the goal of providing a long-term energy-efficient crypto-currency.
35 Built on the foundation of Bitcoin, innovations such as proof-of-stake
36 help further advance the field of crypto-currency.
37
38
39 Setup
40 -----
41 Unpack the files into a directory and run:
42  bin/32/ppcoind (headless, 32-bit)
43  bin/64/ppcoind (headless, 64-bit)
44
45 The software automatically finds other nodes to connect to.  You can
46 enable Universal Plug and Play (UPnP) with your router/firewall
47 or forward port 9901 (TCP) to your computer so you can receive
48 incoming connections.  PPCoin works without incoming connections,
49 but allowing incoming connections helps the PPCoin network.
50
51
52 Upgrade
53 -------
54 All you existing coins/transactions should be intact with the upgrade.
55 To upgrade from 0.2, first backup wallet
56 ppcoind backupwallet <destination_backup_file>
57 Then shutdown ppcoind by
58 ppcoind stop
59 Start up the new ppcoind (0.2.2).
60
61
62 See the documentation/wiki at the ppcoin website:
63   http://www.ppcoin.org/
64 for help and more information.
65
66
67 ------------------
68 Bitcoin 0.6.3 BETA
69
70 Copyright (c) 2009-2012 Bitcoin Developers
71 Distributed under the MIT/X11 software license, see the accompanying
72 file license.txt or http://www.opensource.org/licenses/mit-license.php.
73 This product includes software developed by the OpenSSL Project for use in
74 the OpenSSL Toolkit (http://www.openssl.org/).  This product includes
75 cryptographic software written by Eric Young (eay@cryptsoft.com).
76
77
78 Intro
79 -----
80 Bitcoin is a free open source peer-to-peer electronic cash system that is
81 completely decentralized, without the need for a central server or trusted
82 parties.  Users hold the crypto keys to their own money and transact directly
83 with each other, with the help of a P2P network to check for double-spending.
84
85
86 See the documentation at the bitcoin wiki:
87   https://en.bitcoin.it/wiki/Main_Page
88 for help and more information.