Skip to content

futuro-coin/p2pool

Repository files navigation

Requirements:

Generic:

  • Futurocoind >=1.0.2
  • 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:

Download the required submodules:

git submodule init
git submodule update

dash_hash:

cd dash_hash
python setup.py install --user

Running P2Pool:

To use P2Pool, you must be running your own local futurocoind and set rpcuser and rpcpassword in futurocoin.conf. For standard configurations, using P2Pool should be as simple as:

python run_p2pool.py

Then run your miner, connecting to pool IP adress on port 7903 with username set to your futurocoin address and any password.

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

Run for additional options.

python run_p2pool.py --help

Connect to existing p2pool:

run_p2pool.py with option -n ADDR[:PORT] will allow to connect to an existing p2pool pool.futurocoin.org address is 149.202.197.10 you can use it to connect your p2pool if you want, optional use PORT 8999

-n ADDR[:PORT], --p2pool-node ADDR[:PORT]

If you have any problem, please use option -h, -- 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
  • jakehaas, vertoe, chaeplin, dstorm, poiuty, elbereth and mr.slaveg from the Darkcoin/Dash Community

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published