Skip to content

newmight2015/p2pool-quarkbar

 
 

Repository files navigation

Requirements:

Generic:

  • Quarkbar daemon
  • Python
  • Twisted
  • python-argparse (for Python =2.6)
  • quarkcoin-hash-python

Linux:

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

Install module:

sudo apt-get install libboost1.48-all-dev python-devda -y
git clone https://github.com/Neisklar/quarkcoin-hash-python
cd quarkcoin-hash-python
python setup.py install

Running Quarkbar P2Pool:

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

 python run_p2pool.py --net quarkbar

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

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

Run for additional options.

python run_p2pool.py --help

Official wiki :

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • JavaScript 2.7%
  • HTML 1.5%
  • Makefile 0.3%
  • CSS 0.1%
  • Shell 0.0%