Linux (Ubuntu 14.04 / 16.04) Build CUDA_TROMP

after these comands:

wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_8.0.44-1_amd64.deb
sudo dpkg -i cuda-repo-ubuntu1404_8.0.44-1_amd64.deb

Ubuntu 16.04:

wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.44-1_amd64.deb
sudo dpkg -i cuda-repo-ubuntu1604_8.0.44-1_amd64.deb

sudo apt-get update
sudo apt-get install cuda
sudo apt-get install cuda-toolkit-8-0
sudo apt-get install cmake build-essential libboost-all-dev
git clone -b Linux GitHub - nicehash/nheqminer: Equihash miner for NiceHash
cd nheqminer/Linux_cmake/nheqminer_cuda_tromp && cmake . && make -j $(nproc)

how do i run the miner? what is the command line please

I have also came across this. You don’t need this 14.04 package if you are using 16.04 OR you don’t need 16.04 package if you are using 14.04.

After this command start your miner by:
./nheqminer_cuda_tromp -l yourpool.com:port etc.

1 Like

thank you so much it worked you legend! :wink: