https://github.com/dashpay/p2pool-dash
https://github.com/dashpay/p2pool-dash
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dashpay/p2pool-dash
- Owner: dashpay
- License: gpl-3.0
- Created: 2014-10-06T17:09:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T09:05:09.000Z (about 3 years ago)
- Last Synced: 2025-04-30T06:46:07.279Z (about 1 year ago)
- Language: Python
- Size: 3.12 MB
- Stars: 48
- Watchers: 27
- Forks: 86
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Requirements:
-------------------------
Generic:
* Dashd >=0.18.0.0
* Python >=2.7
* Twisted >=13.0.0
* Zope.interface >=3.8.0
* pycrypto >= 2.6.1
Linux:
sudo apt-get install python2 python2-dev python2-twisted python2-pip-whl python2-setuptools-whl
sudo apt-get install gcc g++
Install Python modules:
-------------------------
Download the required submodules:
git submodule init
git submodule update
dash_hash:
cd dash_hash
python setup.py install --user
Running P2Pool:
-------------------------
To use P2Pool, you must be running your own local dashd. For standard
configurations, using P2Pool should be as simple as:
python run_p2pool.py
Then run your miner program, connecting to 127.0.0.1 on port 7903 with any
username and password.
If you are behind a NAT, you should enable TCP port forwarding on your
router. Forward port 9998 to the host running P2Pool.
Run for additional options.
python run_p2pool.py --help
Official wiki :
-------------------------
https://en.bitcoin.it/wiki/P2Pool
Alternate web front end :
-------------------------
* https://github.com/hardcpp/P2PoolExtendedFrontEnd
* https://github.com/johndoe75/p2pool-node-status
* https://github.com/justino/p2pool-ui-punchy
Sponsors:
-------------------------
Thanks to:
* The Bitcoin Foundation for its generous support of P2Pool
* The Litecoin Project for its generous donations to P2Pool
* The Vertcoin Community for its great contribution to P2Pool
* jakehaas, vertoe, chaeplin, dstorm, poiuty, elbereth and mr.slaveg from the Darkcoin/Dash Community