Created
March 3, 2018 06:02
-
-
Save bravokeyl/d4e64ab7e36a5c4fdcb2eb67e6b74db7 to your computer and use it in GitHub Desktop.
Ethminer + NVIDIA +CUDA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_9.1.85-1_amd64.deb | |
sudo dpkg -i cuda-repo-ubuntu1604_9.1.85-1_amd64.deb | |
sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub | |
sudo apt-get update | |
sudo apt-get -y install cuda | |
cd /usr/ | |
sudo wget https://github.com/ethereum-mining/ethminer/releases/download/v0.13.0/ethminer-0.13.0-Linux.tar.gz | |
sudo tar xvf ethminer-0.13.0-Linux.tar.gz | |
cd bin | |
history -c | |
tmux | |
#PLEASE DON'T MISUSE | |
#sudo ./ethminer -G -F ADDRESS HERE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment