https://github.com/czarbit/mining-pool
To use P2Pool, you must be running your own local bitcoin.
https://github.com/czarbit/mining-pool
pool pool-server pooling pools
Last synced: 7 months ago
JSON representation
To use P2Pool, you must be running your own local bitcoin.
- Host: GitHub
- URL: https://github.com/czarbit/mining-pool
- Owner: czarbit
- License: mit
- Created: 2024-08-22T11:29:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T11:42:57.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:46:48.015Z (10 months ago)
- Topics: pool, pool-server, pooling, pools
- Language: Python
- Homepage: https://t.me/czarbit
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mining Pool
To use P2Pool, you must be running your own local bitcoin.
For standard configurations, using P2Pool should be as simple as: Generic:
Bitcoin >=0.11.1 Python >=2.6 Twisted >=10.0.0 python-argparse (for Python =2.6) Linux:
sudo apt-get install python-zope.interface python-twisted python-twisted-web sudo apt-get install python-argparse
if on Python 2.6 Then run your miner program, connecting to 127.0.0.1 on port 9332 with any username and password.
If you are behind a NAT, you should enable TCP port forwarding on your router. Forward port 9333 to the host running P2Pool.