Post
Topic
Board Mining software (miners)
Re: python OpenCL bitcoin miner
by
zozpuff
on 09/02/2012, 03:39:44 UTC
I get the following errors in my logfile with the latest version (I use Windows XP):

Code:
Traceback (most recent call last):
  File "guiminer.py", line 14, in
ImportError: No module named wx
Traceback (most recent call last):
  File "guiminer.py", line 14, in
ImportError: No module named wx

I don't think you can copy the contents of poclbm_py2exe_20120205 to guiminer...

Try this: extract poclbm_py2exe_20120205.7z using 7zip to c:\poclbm_py2exe_20120205\
then create a text file in c:\poclbm_py2exe_20120205\
paste this example in it:

start /D"c:\poclbm_py2exe_20120205" poclbm.exe  MartyChubbs:password@mmpool.bitparking.com:15098 -d0 -v -w128
start /D"c:\poclbm_py2exe_20120205" poclbm.exe  MartyChubbs:password@mmpool.bitparking.com:15098 -d1 -v -w128
start /D"c:\poclbm_py2exe_20120205" poclbm.exe  MartyChubbs:password@mmpool.bitparking.com:15098 -d2 -v -w128

and save it as "mine.bat" not mine.bat.txt

double click mine.bat to start mining

thanks, this worked.