Update to 0.3.0 (New upstream + new RPC calls)
[novacoin.git] / doc / README_windows.txt
1 NovaCoin 0.3.0 BETA\r
2 \r
3 Copyright (c) 2013 NovaCoin Developers\r
4 Copyright (c) 2011-2013 PPCoin Developers\r
5 Distributed under the MIT/X11 software license, see the accompanying\r
6 file license.txt or http://www.opensource.org/licenses/mit-license.php.\r
7 This product includes software developed by the OpenSSL Project for use in\r
8 the OpenSSL Toolkit (http://www.openssl.org/).  This product includes\r
9 cryptographic software written by Eric Young (eay@cryptsoft.com).\r
10 \r
11 \r
12 Intro\r
13 -----\r
14 NovaCoin is a free open source project derived from PPCoin, with\r
15 the goal of providing a long-term energy-efficient scrypt-based crypto-currency.\r
16 Built on the foundation of Bitcoin, innovations such as proof-of-stake and scrypt\r
17 help further advance the field of crypto-currency.\r
18 \r
19 \r
20 Setup\r
21 -----\r
22 After completing windows setup then run windows command line (cmd)\r
23   cd daemon\r
24   novacoind\r
25 You would need to create a configuration file novacoin.conf in the default\r
26 wallet directory. Grant access to novacoind.exe in anti-virus and firewall\r
27 applications if necessary.\r
28 \r
29 The software automatically finds other nodes to connect to.  You can\r
30 enable Universal Plug and Play (UPnP) with your router/firewall\r
31 or forward port 9901 (TCP) to your computer so you can receive\r
32 incoming connections.  PPCoin works without incoming connections,\r
33 but allowing incoming connections helps the PPCoin network.\r
34 \r
35 \r
36 Upgrade\r
37 -------\r
38 All you existing coins/transactions should be intact with the upgrade.\r
39 To upgrade from 0.2.x, first backup wallet\r
40 novacoind backupwallet <destination_backup_file>\r
41 Then shutdown ppcoind by\r
42 novacoind stop\r
43 Start up the new novacoind (0.3.0).\r
44 \r
45 \r
46 ------------------\r
47 Bitcoin 0.6.3 BETA\r
48 \r
49 Copyright (c) 2009-2012 Bitcoin Developers\r
50 Distributed under the MIT/X11 software license, see the accompanying\r
51 file license.txt or http://www.opensource.org/licenses/mit-license.php.\r
52 This product includes software developed by the OpenSSL Project for use in\r
53 the OpenSSL Toolkit (http://www.openssl.org/).  This product includes\r
54 cryptographic software written by Eric Young (eay@cryptsoft.com).\r
55 \r
56 \r
57 Intro\r
58 -----\r
59 Bitcoin is a free open source peer-to-peer electronic cash system that is\r
60 completely decentralized, without the need for a central server or trusted\r
61 parties.  Users hold the crypto keys to their own money and transact directly\r
62 with each other, with the help of a P2P network to check for double-spending.\r
63 \r
64 \r
65 See the bitcoin wiki at:\r
66   https://en.bitcoin.it/wiki/Main_Page\r
67 for more help and information.\r