Title: Poclbm issues with OSX Post by: Hobsie on April 15, 2013, 11:36:49 PM I've been trying to get any sort of miner working in OSX (10.8.3) without much luck.
I originally tried the build here: https://bitcointalk.org/index.php?topic=166347.0 (big thanks to Anonymailer). But got various errors (in the link). I then tried a fresh clone of poclbm and installed PyOpenCL from scratch (which seemed to install fine). If I try to run poclbm.py with appropriate commands I get the following errors (sensitive info replaced with xxxx): Code: xxxx:poclbm xxxx$ python poclbm.py --verbose -f 60 -v -d 1 --no-bfl xxxx:xxxx@api.bitcoin.cz:8332 Any ideas? -Hobsie Edit: I had forgotten that I had the --no-bfl in the options. Without it I get: Code: Traceback (most recent call last): Title: Re: Poclbm issues with OSX Post by: Anonymailer on April 16, 2013, 08:44:24 PM do you have pyserial installed? that's the module it can't find in the second code quote… for the json error i'm not sure but you might need jansson installed http://www.digip.org/jansson/
are you using macports or homebrew? not much point testing at the moment though what with the DDOS on slush… Title: Re: Poclbm issues with OSX Post by: Hobsie on April 18, 2013, 06:58:36 PM Thanks again, Yeah I had to stop trying with Slush's pool down.
I ended up trying a few miners (poclbm, Diablo and CGminer). I ended up getting CGMiner to work (had to grab the source and compile from scratch which took a while with all the dependencies). I'm going to roll with that for now but I'm going to assume my case was caused by not having correct dependencies setup as you mentioned. Thanks for all the help buddy! -Hobsie |