Install ccminer sp-hash fork Ubuntu 16.04

By June 17, 2017ccminer, Crypto Mining, NVIDIA

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/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
[/raw]

To buy a pre-compiled Dockerfile with this image check my selection of miner friendly Dockerfiles at https://docker.cryptoandcoffee.com

https://github.com/sp-hash/

Leave a Reply