Friday, May 30, 2014

How To Setup Darkcoin P2POOL Node

Requirements:


Generic:

Darkcoin >=0.9.4.6

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: git clone https://github.com/darkcoinproject/xcoin-hash.git

cd xcoin-hash

rm -rf build

python setup.py install
darkcoin-subsidy-python:

cd darkcoin-subsidy-python

python setup.py install


Running P2Pool:

To use P2Pool, you must be running your own local darkcoind. 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 8998 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



source: https://bitbucket.org/dstorm/p2pool-drk/src



How To Setup Darkcoin P2POOL Node

No comments:

Post a Comment