Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: satheal on May 13, 2011, 06:43:46 AM



Title: Just starting out, problems setting up miner, Debian and python OpenCL miner
Post by: satheal on May 13, 2011, 06:43:46 AM
Hello im just starting out with this, im running debian and im trying to get the Pyhton OpenCL miner to work. Everthing built fine as far as im aware but when i try to run the program using
Code:
python poclbm.py -d 0 --user un --pass pw

i receive this error message
Code:
  File "poclbm.py", line 27, in <module>
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code
Segmentation fault

if anyone would know how to fix this issue help would be greatly appreciated.


Title: Re: Just starting out, problems setting up miner, Debian and python OpenCL miner
Post by: nodemaster on May 15, 2011, 09:39:05 PM
Did you install the nessecary software for OpenCL? fgrlx module and AMD APP SDK for ati and nvidia module for Nvidia cards?


Title: Re: Just starting out, problems setting up miner, Debian and python OpenCL miner
Post by: satheal on May 17, 2011, 12:40:32 AM
sorry i must have forgotten, thank you very much everything is running fine now