Difference between revisions of "Ethereum: Install ethminer"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 7: | Line 7: | ||
cd /usr/local/src | cd /usr/local/src | ||
wget https://github.com/ethereum-mining/ethminer/releases/download/v0.12.0/ethminer-0.12.0-Linux.tar.gz | wget https://github.com/ethereum-mining/ethminer/releases/download/v0.12.0/ethminer-0.12.0-Linux.tar.gz | ||
| + | tar zxvf ethminer-0.12.0-Linux.tar.gz | ||
| + | |||
| + | |||
==Referensi== | ==Referensi== | ||
* https://insights.ubuntu.com/2017/09/20/mining-ethereum-on-ubuntu-with-a-gtx-1070/ | * https://insights.ubuntu.com/2017/09/20/mining-ethereum-on-ubuntu-with-a-gtx-1070/ | ||
Revision as of 15:30, 19 November 2017
Sumber: https://insights.ubuntu.com/2017/09/20/mining-ethereum-on-ubuntu-with-a-gtx-1070/
add-apt-repository ppa:ethereum/ethereum -y apt update apt install ethereum -y
cd /usr/local/src wget https://github.com/ethereum-mining/ethminer/releases/download/v0.12.0/ethminer-0.12.0-Linux.tar.gz tar zxvf ethminer-0.12.0-Linux.tar.gz