Generic:
- Vertcoin >=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:
- Install Python 2.7: http://www.python.org/getit/
- Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads
- Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
- Install python win32 api: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
- Install python win32 api wmi wrapper: https://pypi.python.org/pypi/WMI/#downloads
- Unzip the files into C:\Python27\Lib\site-packages
-
apt-get install libboost1.48-all-dev python-dev
-
git clone https://github.com/evan82/xcoin-hash.git
-
cd xcoin-hash
-
python setup.py install
To use P2Pool, you must be running your own local bitcoind. For standard configurations, using P2Pool should be as simple as:
sh run_muniti.sh
Then run your miner program, connecting to 127.0.0.1 on port 30619 with any username and password.