Skip to content

gurko-va/p2pool-dash-poiuty

 
 

Repository files navigation

Requirements:

Generic:

  • dash >=0.11.0.11
  • 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

Install Python modules:

xcoin-hash:

cd xcoin-hash
rm -rf build
python setup.py install

dash-subsidy-python:

cd dash-subsidy
python setup.py install

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 8999 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 :

Sponsors:

Thanks to:

  • The Bitcoin Foundation for its generous support of P2Pool
  • The Litecoin Project for its generous donations to P2Pool

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.9%
  • C 42.9%
  • HTML 2.6%
  • Other 0.6%