/p2pool-dgb-groestl

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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:

Install module:

git submodule init
git submodule update

In order to run Digibyte nodes you must first install the digibyte_subsidy & myriadcoin-groestl modules:

cd digibyte_subsidy
sudo python setup.py install
cd ..
cd myr-groestl_hash
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 = 5021; Peer-2-Peer Port = 5020

Run for additional options:

python run_p2pool.py --help