This guide will teach you how to install ccminer sp-hash on Ubuntu 16.04
You must first run Install NVIDIA Driver and CUDA on Ubuntu 16.04 before proceeding.
[raw] #!/bin/bashexport LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib
export PATH=$PATH:/usr/local/cuda-8.0/bin
echo ‘export PATH=/usr/local/cuda-8.0/bin:$PATH’ >> ~/.bashrc
mkdir sphash
cd sphash
git clone https://github.com/sp-hash/ccminer.git
cd ccminer/
./autogen.sh
./configure CFLAGS=”-O3 -Wall -march=native”
make
[/raw]
To buy a pre-compiled Dockerfile with this image check my selection of miner friendly Dockerfiles at https://docker.cryptoandcoffee.com