Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.32 KB

Requirements:

Generic:

  • Bitcoin >=0.8.5
  • 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

Windows:

Running P2Pool:

Run P2Pool with the "--net buffalocoin" option. Run your miner program, connecting to 127.0.0.1 on port 8985. Forward port 29985 to the host running P2Pool.

Buffalocoin's use of ports 25085 and 25086. To avoid problems, add these lines to buffalocoin.conf and restart litecoind:

rpcport=25086
port=25085

Donations towards further development:

BJG379oBv9cn94cdz85E9K5ejRhrHcvKgs

Sponsors:

Thanks to:

  • The Bitcoin Foundation for its generous support of P2Pool
  • The Litecoin Project for its generous donations to P2Pool