Install ccminer alexis78 fork Ubuntu 16.04

By June 17, 2017ccminer, Crypto Mining, NVIDIA

This guide will teach you how to install ccminer alexis78 on Ubuntu 16.04

You must first run Install NVIDIA Driver and CUDA on Ubuntu 16.04 before proceeding.

[raw] mkdir alexis78
cd alexis78
git clone https://github.com/alexis78/ccminer.git
cd ccminer/
export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib
export PATH=$PATH:/usr/local/cuda-8.0/bin
./autogen.sh
./configure
make
echo “Finished”
exit
[/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/alexis78

Leave a Reply