Bitcoin Forum
June 24, 2024, 03:44:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Computer hardware / Powered PCI-E 1x - 16x 30cm risers UK based on: September 13, 2014, 07:43:13 PM
Hi,

I have 150 1x to 16x PCI-E risers which I bought from a manufacturer in China in January. They are currently boxed up, individually wrapped in anti-static bags and ready to be sent out from London Zone 1. I'm more than happy to take offers on batches, or the whole lot and will carry out any identify proof / risk reduction required.

Please let me know if you have any questions.

Cheers




2  Bitcoin / Bitcoin Technical Support / ATI SDK 2.2 to 2.1 downgrade problems [ubuntu] on: May 08, 2011, 12:39:12 PM
Hi Guys,

Been lurking for a while but finally come across a problem neither the forum or google search has answers for.
 
I'm running a headless Ubuntu 10.04 LTS server, with an ATI 5870.

I had all sorts of problems setting up Phoenix but eventually got it working with this post on the forum: https://www.bitcoin.org/smf/index.php?topic=3359.0;all

I was mining happily at 320mh/s with the ATI SDK 2.2 but with really high CPU usage, so I attempted to downgrade to 2.1.

I redownloaded the SDK, reinstalled pyOpenCL with:

Code:
 ./configure.py --cl-inc-dir=/opt/ati-stream-sdk-v2.2-lnx64/include/ --cl-lib-dir=/opt/ati-stream-sdk-v2.2-lnx64/lib/x86_64

and set my environment variable so that export now reads:

Code:
declare -x LD_LIBRARY_PATH="/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/"

ls $LD_LIBRARY_PATH shows the correct directory with libOpenCL.so in it. However, when I try to run poclm.py I get:

Code:
Traceback (most recent call last):
  File "./poclbm.py", line 3, in <module>
    import pyopencl as cl
  File "/usr/local/lib/python2.6/dist-packages/pyopencl-0.92-py2.6-linux-x86_64.egg/pyopencl/__init__.py", line 3, in <module>
    import pyopencl._cl as _cl
ImportError: /opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/libOpenCL.so: version `OPENCL_1.1' not found (required by /usr/local/lib/python2.6/dist-packages/pyopencl-0.92-py2.6-linux-x86_64.egg/pyopencl/_cl.so)

Any ideas what is wrong?

Thanks!




Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!