3d528461180b456ecb593cd9e94ea38afc92306f
[p2pool.git] / README
1 To use p2pool, you must be running your own local bitcoind. p2pool connects to
2 this bitcoin over both its p2p interface and its RPC interface. For standard
3 configurations, using p2p should be as simple as:
4
5     python main.py <rpc_username> <rpc_password>
6
7 Then run your miner program, connecting to 127.0.0.1 on port 9332 with any
8 username and password.
9
10
11 If you are behind a NAT, it will help to enable TCP port forwarding on your
12 router. Forward port 9333 to the host running p2pool.py.
13
14
15 Use
16
17     python main.py --help
18
19 for additional options.