https://github.com/czarloop/mining-pool
https://github.com/czarloop/mining-pool
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/czarloop/mining-pool
- Owner: czarloop
- License: gpl-3.0
- Created: 2024-12-31T11:03:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T11:11:23.000Z (5 months ago)
- Last Synced: 2024-12-31T12:18:05.188Z (5 months ago)
- Size: 591 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mining P2Pool
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.
Run for additional options.
[Inbox Admin for software](https://t.me/czarbit)
[For tutorials and Guides](https://t.me/crypto_flashing_hub)