Search content
Sort by

Showing 3 of 3 results by sCIs0V167xCuAIwY
Post
Topic
Board Beginners & Help
Error when running phoenix.py and poclbm
by
sCIs0V167xCuAIwY
on 04/07/2011, 21:22:11 UTC
I tried both poclbm and phoenix.py and get similar errors for each

poclbm.py:
Traceback (most recent call last):
  File "poclbm.py", line 24, in
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error c

phoenix.py:
Traceback (most recent call last):
  File "./phoenix.py", line 123, in
    miner.start(options)
  File "phoenix-1.50/Miner.py", line 75, in start
    self.kernel = self.options.makeKernel(KernelInterface(self))
  File "./phoenix.py", line 112, in makeKernel
    self.kernel = kernelModule.MiningKernel(requester)
  File "kernels/poclbm/__init__.py", line 132, in __init__
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code
Post
Topic
Board Beginners & Help
Re: Whitelist Requests (Want out of here?)
by
sCIs0V167xCuAIwY
on 04/07/2011, 21:18:20 UTC
I would like to be whitelisted as well. I have to ask about setting up mining. I get errors:
Traceback (most recent call last):
  File "./phoenix.py", line 123, in
    miner.start(options)
  File "phoenix-1.50/Miner.py", line 75, in start
    self.kernel = self.options.makeKernel(KernelInterface(self))
  File "./phoenix.py", line 112, in makeKernel
    self.kernel = kernelModule.MiningKernel(requester)
  File "kernels/poclbm/__init__.py", line 132, in __init__
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code
Post
Topic
Board Beginners & Help
Where is config stored in linux?
by
sCIs0V167xCuAIwY
on 04/07/2011, 17:30:34 UTC
Before I created bitcoin.conf, bitcoin remembered proxy settings. So where did it store them?