Ethminer Ubuntu Nvidia Cuda 7.5


SUBMITTED BY: mollamolla

DATE: Sept. 20, 2016, 12:29 a.m.

FORMAT: Text only

SIZE: 936 Bytes

HITS: 903

  1. sudo add-apt-repository -y ppa:ethereum/ethereum
  2. cd ~
  3. wget http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda-repo-ubuntu1504-7-5-local_7.5-18_amd64.deb
  4. sudo dpkg -i cuda-repo-ubuntu1504-7-5-local_7.5-18_amd64.deb
  5. sudo apt-get -y update
  6. sudo apt-get -y upgrade
  7. sudo apt-get install -y cuda
  8. sudo apt-get install -y git cmake libcryptopp-dev libleveldb-dev libjsonrpccpp-dev libjsoncpp-dev libboost-all-dev ocl-icd-opencl-dev libcurl4-openssl-dev libmicrohttpd-dev
  9. sudo nano /usr/local/cuda/include/host_config.h
  10. [go to line 115, where it says #if __GNUC__4 > ....... and delete that line and the next four (five lines in total)]
  11. git clone https://github.com/Genoil/cpp-ethereum
  12. cd cpp-ethereum
  13. mkdir build
  14. cd build
  15. cmake -DBUNDLE=cudaminer
  16. make
  17. cd ethminer
  18. ./ethminer -U -F http://eth-eu.dwarfpool.com/0X
  19. To donate please use wallet 0xc6cf855a302412ebb91ee1e823284b928fb4286d

comments powered by Disqus