Install ccminer sp-hash fork Ubuntu 16.04
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.
#!/bin/bash export 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