Works perfectly for me!
I/m running Ubuntu 16.04 with Celeron G3900, and Cuda 8.0 and Nvidia 384.
Thanks for the hard work palgin
how do you make it work?
mine cannot find CUDA 7.5:
./ccminer: error while loading shared libraries: libcudart.so.7.5: cannot open shared object file: No such file or directory
No go on nvOC for me either, same shared library error even with the massive tool kit download from the older post.
Appreciate your work all the same.
Try following, it worked for me (nvOC v00018, btw as default for nvOC nvcc --version showed cuda 7.5, not 8.0):
1) Install nvidia-cuda-toolkit
2) Check cuda version
3) Update paths and run ldconfig
4) Check cuda version now
5) Try running ccminer
nvcc --version
sudo apt install nvidia-cuda-toolkit
sudo apt install libcurl4-openssl-dev
sudo apt install libssl-dev
export PATH=/usr/local/cuda-8.0/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
sudo ldconfig /usr/local/cuda-8.0/lib64/
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2016 NVIDIA Corporation
Built on Tue_Jan_10_13:22:03_CST_2017
Cuda compilation tools, release 8.0, V8.0.61
# Run ccminer now