Skip to content

DeepCoin P2Pool Source - Donation: D8PX2NH15QCFxSQUjarznPDtPtvMN1BDn9

License

Notifications You must be signed in to change notification settings

jemekite/p2pool-deepcoin

Repository files navigation

Requirements:

Generic:

  • Deepcoin daemon
  • Python
  • Twisted
  • python-argparse (for Python =2.6)
  • qubitcoin-hash-python

Linux:

sudo apt-get install python-zope.interface python-twisted python-twisted-web

Install module:

sudo apt-get install libboost-all-dev python-devda -y
cd qubitcoin-hash
python setup.py install

Running Deepcoin P2Pool:

To use P2Pool, you must be running your own local deepcoind. For standard configurations, using P2Pool should be as simple as:

 python run_p2pool.py --net deepcoin

Then run your miner program, connecting to 127.0.0.1 on port 2334 with any username and password.

If you are behind a NAT, you should enable TCP port forwarding on your router. Forward port 2334 to the host running P2Pool.

Run for additional options.

python run_p2pool.py --help

Official wiki :

https://en.bitcoin.it/wiki/P2Pool

About

DeepCoin P2Pool Source - Donation: D8PX2NH15QCFxSQUjarznPDtPtvMN1BDn9

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published