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