Skip to content

farsider350/p2pool-dgb-scrypt

 
 

Repository files navigation

Requirements:

Generic:

  • Digibyte >=6.14.2
  • 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:

Official wiki:

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

Alternate web frontend:

Notes for Digibyte:

In order to run Digibyte nodes you must first install the digibyte_subsidy & litecoin_scrypt hash modules:

git submodule init
git submodule update
cd digibyte_subsidy
sudo python setup.py install
cd ..
cd litecoin_scrypt
sudo python setup.py install

Running P2Pool:

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

python run_p2pool.py --net digibyte

To make your node accessible from the internet, open the following ports on your router (both the worker port and peer-2-peer port please!): Worker Port = 5025; Peer-2-Peer Port = 5024

Run for additional options:

python run_p2pool.py --help

Donations towards further development:

BTC: 1HNeqi3pJRNvXybNX4FKzZgYJsdTSqJTbk 17Vq6qwfE1epzsgEfSw81pQX3gXo9ZN4ET DGB: DTvN7hB8dXEVLNjvEkCaEm34AXb8LpxmKM

About

p2pool DGB (SCRYPT)

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.0%
  • HTML 4.5%
  • C 2.0%
  • Other 0.5%