Ich habe eine neue Grafikkarte (AMD 7870) bekommen und wollte mal die Performance beim bitcoin mining testen. Ich habe die nötigen python Pakete (python devel, pyopencl etc.) instaliert und wollte jetzt mal den miner anwerfen.
Ich habe mal nach der Fehlermeldung gegoogelt und folgendes gefunden:
https://bitcointalk.org/index.php?action=printpage;topic=58184.0
"I have noticed that eselect only links libOpenCL.so.1 from /opt/amd-app-sdk/lib/x86_64 to /usr/lib64/libOpenCL.so.1, and I make a similar link to libOpenCL.so. Any thoughts as to what is broken and needs to be fixed? Thanks in advance."
Wie kann ich das bei mir auch richtig verlinken das er im richtigen Verzeichnis nach der Datei libOpenCL.so.1 nachschaut?
Danke
Code:
stefan@linux-5jh1:~/src/jedi95-Phoenix-Miner-2a3a6d2> python ./phoenix.py -u http://username:passwort@btcguild.com:8332/ -k phatk2 DEVICE=0 AGGRESSION=4
/usr/lib64/python2.7/site-packages/pyopencl/__init__.py:36: CompilerWarning: Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
"to see more.", CompilerWarning)
[03/10/2012 16:14:20] FATAL kernel error: Failed to apply BFI_INT patch to kernel! Is BFI_INT supported on this hardware?
stefan@linux-5jh1:~/src/jedi95-Phoenix-Miner-2a3a6d2>
Ich habe mal nach der Fehlermeldung gegoogelt und folgendes gefunden:
https://bitcointalk.org/index.php?action=printpage;topic=58184.0
"I have noticed that eselect only links libOpenCL.so.1 from /opt/amd-app-sdk/lib/x86_64 to /usr/lib64/libOpenCL.so.1, and I make a similar link to libOpenCL.so. Any thoughts as to what is broken and needs to be fixed? Thanks in advance."
Wie kann ich das bei mir auch richtig verlinken das er im richtigen Verzeichnis nach der Datei libOpenCL.so.1 nachschaut?
Danke