Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: cesurasean on September 28, 2016, 06:15:26 PM



Title: Ubuntu 16 mining with CUDA 7.5, CUDA 8
Post by: cesurasean on September 28, 2016, 06:15:26 PM
cuda 7.5 and 8 on ubuntu 16


root@server8:~/cpp-ethereum# history
    1  sudo apt-get -y install software-properties-common
    2  sudo add-apt-repository -y ppa:ethereum/ethereum
    3  sudo apt-get install git cmake libleveldb-dev libjsoncpp-dev  libboost-all-dev libgmp-dev libreadline-dev libcurl4-gnutls-dev ocl-icd-libopencl1 opencl-headers mesa-common-dev libmicrohttpd-dev build-essential -y
    4  sudo apt-get install gcc-4.9 g++-4.9
    5  wget http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_7.5.18_linux.run
    6  sudo apt install nvidia-cuda-toolkit
    7  git clone https://github.com/Genoil/cpp-ethereum/
    8  sudo apt-get -y install libjsonrpccpp-dev
    9  sudo apt-get install git cmake libleveldb-dev libjsoncpp-dev
   10  sudo add-apt-repository ppa:graphics-drivers/ppa
   11  sudo apt-get install nvidia-361 nvidia-common nvidia-prime nvidia-settings
   12  apt-get update
   13  apt-get upgrade
   14  sudo sh cuda_7.5.18_linux.run
   15  reboot
   16  cd cpp-ethereum
   17  mkdir build
   18  cd build
   19  cmake -DBUNDLE=miner ..
   20  apt-get install libcryptopp-dev
   21  cmake -DBUNDLE=miner ..
   22  make -j8
   23  cd ethminer
   24  touch mine.sh
   25  chmod 755 mine.sh
   26  vi mine.sh
   27  ./mine.sh
   28  sudo apt-get install nvidia-367 libcuda1-367 nvidia-367-opencl-icd-367
   29  sudo apt-get install nvidia-367 libcuda1-367
   30  reboot
   31  cd cpp-ethereum
   32  history
root@server8:~/cpp-ethereum#



if works for you, please send donations to;

3Pqbw3RwfRmRWPm5aCVBpzkHWF7sikeHwz


also, PM me and let me know how much donation you sent to me, so I know who did. :D


-Sean


Title: Re: Ubuntu 16 mining with CUDA 7.5, CUDA 8
Post by: Brucelats on July 06, 2017, 08:20:06 PM
Does this work also on Ubuntu 16.04 desktop?

Also there is CUDA 8, is there any difference with 7.5?


And is genoil better then claymore? I heard genoil yields 5% higher rates and no devfee


Cheers!