Skip to content

acejam/p2pool-dgb-sha256

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 module:

git submodule init
git submodule update
cd digibyte_subsidy
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 = 5027; Peer-2-Peer Port = 5026

Run for additional options:

python run_p2pool.py --help

Donations towards further development:

BTC: 1HNeqi3pJRNvXybNX4FKzZgYJsdTSqJTbk 17Vq6qwfE1epzsgEfSw81pQX3gXo9ZN4ET DGB: DTvN7hB8dXEVLNjvEkCaEm34AXb8LpxmKM

About

p2pool DGB (SHA256d)

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages