Ethereum: Install ethminer: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) Created page with "Sumber: https://insights.ubuntu.com/2017/09/20/mining-ethereum-on-ubuntu-with-a-gtx-1070/ sudo add-apt-repository ppa:ethereum/ethereum -y sudo apt update sudo apt install..." |
Onnowpurbo (talk | contribs) No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Sumber: https://insights.ubuntu.com/2017/09/20/mining-ethereum-on-ubuntu-with-a-gtx-1070/ | 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 | |||
cp /usr/local/src/bin/* /usr/bin/ | |||
Latest revision as of 20:17, 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 cp /usr/local/src/bin/* /usr/bin/