hey guys,
So i have tried to load the poclbm miner using a simple .bat file and using command prompt but every time i try to launch it it comes up with this error:
Traceback (most recent call last):
File "poclbm.py", line 3, in <module>
File "pyopencl\__init__.pyo", line 3, in <module>
File "pyopencl\_cl.pyo", line 12, in <module>
File "pyopencl\_cl.pyo", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
here is the code i am using in the .bat file if it helps:
start /DC:\bitcoin\miner poclbm.exe --host=mining.bitcoin.cz --port=8332 --
user=userhidden --pass=passhidden --device=0 -w 256 -f 60
can anybody help me fix this issue? i have the latest version of python installed aswell.
Thanks,
CJ