Bootstrap nodes edit
[p2pool.git] / README
1 Requirements:
2     Generic:
3         Novacoin >= 0.3.2
4         ltc_scrypt
5         Python
6         Twisted
7         python-argparse (for Python <=2.6)
8     
9     Linux:
10         sudo apt-get install python-zope.interface python-twisted python-twisted-web
11         sudo apt-get install python-argparse # if on Python 2.6 or older
12     
13     Windows:
14         Install Python 2.7: http://www.python.org/getit/
15         Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads
16         Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
17             Unzip the files into C:\Python27\Lib\site-packages
18
19 Additional info about scrypt module:
20         In order to run P2Pool with the NovaCoin network, you would need to build and install the
21         ltc_scrypt module that includes the scrypt proof of work code that NovaCoin uses for block hashes.
22
23         Linux:
24             cd litecoin_scrypt
25             sudo python setup.py install
26
27         Windows:
28             Install MinGW: http://www.mingw.org/wiki/Getting_Started
29             Install Python 2.7: http://www.python.org/getit/
30
31             cd litecoin_scrypt
32             C:\Python27\python.exe setup.py build --compile=mingw32 install
33
34             If you run into an error with unrecognized command line option '-mno-cygwin', see this:
35                 http://stackoverflow.com/questions/6034390/compiling-with-cython-and-mingw-produces-gcc-error-unrecognized-command-line-o
36
37 Running P2Pool:
38     To use P2Pool, you must be running your own local novacoind. For standard
39     configurations, using P2Pool should be as simple as:
40
41         python run_p2pool.py
42
43     Then run your miner program, connecting to 127.0.0.1 on port 8336 with any
44     username and password.
45
46     If you are behind a NAT, you should enable TCP port forwarding on your
47     router. Forward port 9777 to the host running P2Pool.
48
49     Run "python run_p2pool.py --help" for additional options.
50
51 Donations towards further development:
52     1HNeqi3pJRNvXybNX4FKzZgYJsdTSqJTbk