Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
salfter
on 28/08/2017, 21:03:11 UTC
Please share Monero GPU mining app.

I'm not sure if it's optimal for the purpose, but I've been running this one for a few weeks now:

https://github.com/KlausT/ccminer-cryptonight

Building from source is fairly straightforward:

Code:
mkdir -p /home/m1/KTccminer-cryptonight
cd ~
git clone https://github.com/KlausT/ccminer-cryptonight KTccminer-cryptonight
cd KTccminer-cryptonight
./configure --with-cuda=/usr/local/cuda-8.0
make