Bitcoin Forum

Other => Beginners & Help => Topic started by: tomek74 on August 02, 2011, 08:40:50 PM



Title: GPU Mining on OS X Using poclbm
Post by: tomek74 on August 02, 2011, 08:40:50 PM
I have followed the instructions exactly to run poclbm on a Mac Mini.
(https://bitcointalk.org/index.php?topic=12360.0)

I am getting this error:
http://paste.bradleygill.com/index.php?paste_id=310933

Traceback (most recent call last):
  File "/Applications/poclbm/poclbm.py", line 3, in <module>
    from BitcoinMiner import *
  File "/Applications/poclbm/BitcoinMiner.py", line 4, in <module>
    from log import *
ImportError: No module named log

I was following the thread and someone else has the same error.
Here is the output after the make command:
http://paste.bradleygill.com/index.php?paste_id=310948

Anyone can help?


Title: Re: GPU Mining on OS X Using poclbm
Post by: iongchun on August 03, 2011, 03:31:22 AM
Python dependency is terrible to manage on Mac OS X, so I don't use poclbm/phoenix.
Maybe you can try DiabloMiner, it works for me.


Title: Re: GPU Mining on OS X Using poclbm
Post by: tomek74 on August 03, 2011, 02:23:15 PM
Thanks for the advice. I tried DiabloMiner and it worked instantly :)

Great, thanks.