Re: [ANN][ICO] Ziber — Первый мобильный блокчейн оператор!
by
acidblue
on 21/07/2017, 10:40:59 UTC
Звонки шифруются? Криптография присутсвует? Кто нибудь в курсе? Звонилку скачала, прикольная штука. Думала, какой смысл испольовать ее, а не обычный месенджер, так тут задержек нет Оо удивило
Post
Topic
BoardBeginners & Help
Re: Python OpenCL Miner on Ubuntu not running.
by
acidblue
on 17/06/2011, 01:51:48 UTC
Quote
This is a lot of effort for the 2Mh/s you'll get out of this card.
I agree, just wanted too see if I can get this to work.
Post
Topic
BoardBeginners & Help
Re: Python OpenCL Miner on Ubuntu not running.
by
acidblue
on 17/06/2011, 00:37:27 UTC
Damn this is getting to be a pain. BTW thanks for the help, but now getting a Logic error.
Code:
Traceback (most recent call last): File "poclbm.py", line 27, in platforms = cl.get_platforms() pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code rocko@nova:~$ python poclbm.py -d 0 --user un --pass pwTraceback (most recent call last): File "poclbm.py", line 27, in platforms = cl.get_platforms() pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code
Post
Topic
BoardBeginners & Help
Re: Python OpenCL Miner on Ubuntu not running.
by
acidblue
on 17/06/2011, 00:27:29 UTC
Ok making some progress. After doing sym links and trying again I'm now getting a different error.
Code:
Traceback (most recent call last): File "poclbm.py", line 5, in from BitcoinMiner import * File "/home/rocko/BitcoinMiner.py", line 8, in from sha256 import * ImportError: No module named sha256
Post
Topic
BoardBeginners & Help
Re: Python OpenCL Miner on Ubuntu not running.
by
acidblue
on 17/06/2011, 00:11:35 UTC
DOH! Edited last post.
Post
Topic
BoardBeginners & Help
Re: Python OpenCL Miner on Ubuntu not running.
by
acidblue
on 17/06/2011, 00:06:12 UTC
Thanks. But I'm still getting the same error.
Code:
Traceback (most recent call last): File "poclbm.py", line 3, in import pyopencl as cl File "/usr/lib/pymodules/python2.6/pyopencl/__init__.py", line 3, in import pyopencl._cl as _cl ImportError: libOpenCL.so.1: cannot open shared object file: No such file or directory
Post
Topic
BoardBeginners & Help
Re: Python OpenCL Miner on Ubuntu not running.
by
acidblue
on 16/06/2011, 23:18:43 UTC
Code:
Reading package lists... Done Building dependency tree Reading state information... Done python-pyopencl is already the newest version. The following packages were automatically installed and are no longer required: mesa-utils python-wxgtk2.8 libglew1.5 zlib-bin freedroid-data python-wxversion Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
It appears pyopencl is installed.
The file in question is in fact called _init_.py This is what it imports: import pyopencl._cl as _cl from pyopencl._cl import * import inspect as _inspect
Running ldd on pyopen_.cl gives "no such file or directory".
Doing whereis libOpenCL.so* gives me : /usr/lib/libOpenCL.so /usr/lib64/libOpenCL.so
How do I set the LD_LIBRARY_PATH environment variable ?
Post
Topic
BoardBeginners & Help
Re: Python OpenCL Miner on Ubuntu not running.
by
acidblue
on 16/06/2011, 22:56:31 UTC
Where would I find pyopencl.py? I looked in /usr/lib/pymodules/python2.6/pyopencl Didn't see it.
Post
Topic
BoardBeginners & Help
Python OpenCL Miner on Ubuntu not running.
by
acidblue
on 16/06/2011, 21:32:51 UTC
Code:
Traceback (most recent call last): File "poclbm.py", line 3, in import pyopencl as cl File "/usr/lib/pymodules/python2.6/pyopencl/__init__.py", line 3, in import pyopencl._cl as _cl ImportError: libOpenCL.so.1: cannot open shared object file: No such file or directory
I'm on Ubuntu 10.10 x86_64 using a NVidia 8400GS I followed this giude: http://forum.bitcoin.org/index.php?topic=2636.0 I would post my question in that forum but being new I have to post here instead.
Everything installed fine, but when I try to run the Miner I get the above error. Not sure why I'm getting that error.