Bitcoin Forum
July 02, 2024, 12:57:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: ccminer is a shitjob  (Read 148 times)
ggbtctalk000 (OP)
Full Member
***
Offline Offline

Activity: 394
Merit: 101


View Profile
February 14, 2018, 06:05:04 AM
 #1

Whenever it is built or after download binary, it gives following:
[root@MINER_03_H81_2 ccminer-2.2.4-tpruvot]# ./ccminer
./ccminer: error while loading shared libraries: libcudart.so.9.0: cannot open shared object file: No such file or directory
[root@MINER_03_H81_2 ccminer-2.2.4-tpruvot]# yum install libcudart.so.9.0
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
No package libcudart.so.9.0 available.

It is work of crap. Internet has only conflicting of information regarding this which only wastes more time.

ggbtctalk000 (OP)
Full Member
***
Offline Offline

Activity: 394
Merit: 101


View Profile
February 14, 2018, 06:07:15 AM
 #2

and readme is unfested with donation address, yeah!!! for wasting my time??
Vann
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 606



View Profile
February 14, 2018, 06:35:03 AM
 #3

Looks like the program cannot find the CUDA 9.0 libraries. Setting the enviormental path with the location of the CUDA 9.0 lib directory should solve it. e.g.

Code:
echo -e "\n/usr/local/cuda-9.0/targets/x86_64-linux/lib" | sudo tee -a /etc/ld.so.conf

Then to update the path run:

sudo ldconfig
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!