Skip to content

vertoe/p2pool-drk

 
 

Repository files navigation

Requirements:

Generic:

  • Dash >=0.11.2.17
  • Python >=2.7
  • Twisted >=13.0.0
  • Zope.interface >=3.8.0

Linux:

sudo apt-get install python-zope.interface python-twisted python-twisted-web python-dev
sudo apt-get install gcc g++

Install Python modules:

dash_hash:

git clone https://github.com/vertoe/darkcoin_hash.git
cd darkcoin_hash
python setup.py install

dash_subsidy:

git clone https://github.com/vertoe/darkcoin_subsidy.git
cd darkcoin_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
  • The Vertcoin Community for its great contribution to P2Pool
  • chaeplin, dstorm and mr.slaveg from the Dash Community

About

Official P2Pool for Darkcoin

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.5%
  • HTML 8.8%
  • Other 0.7%