|
June 30, 2014, 07:30:50 PM |
|
I have managed to get bitcoind setup and MPOS is talking to it but I am struggling with the stratum proxy. I am using github/slush0/stratum-mining-proxy and it is installed but gives an error when it is run.
My server is running Centos 6 x64.
The error message is:
I am installing your stratum-mining-proxy on a x64 Centos 6 system and keep running into the same problem. When trying to run it I get:
[root@--------- stratum-mining-proxy]# mining_proxy.py Traceback (most recent call last): File "/usr/bin/mining_proxy.py", line 5, in <module> pkg_resources.run_script('stratum-mining-proxy==1.5.6', 'mining_proxy.py') File "/usr/lib/python2.6/site-packages/setuptools-4.0.1-py2.6.egg/pkg_resources.py", line 534, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.6/site-packages/setuptools-4.0.1-py2.6.egg/pkg_resources.py", line 1434, in run_script execfile(script_filename, namespace, namespace) File "/usr/lib/python2.6/site-packages/stratum_mining_proxy-1.5.6-py2.6.egg/EGG-INFO/scripts/mining_proxy.py", line 67, in <module> from twisted.internet import reactor, defer File "/usr/lib/python2.6/site-packages/Twisted-14.0.0-py2.6-linux-x86_64.egg/twisted/__init__.py", line 53, in <module> _checkRequirements() File "/usr/lib/python2.6/site-packages/Twisted-14.0.0-py2.6-linux-x86_64.egg/twisted/__init__.py", line 51, in _checkRequirements raise ImportError(required + ".") ImportError: Twisted requires zope.interface 3.6.0 or later.
Python is 2.6, I have tried running python and entering the command “import zope.interface” and it completes correctly. I have tried placing __init__.py into the site-packages/zope directory but still I get the same error.
Can anyone help me as its driving me mad. Thanks.
|