小编sta*_*ext的帖子

如何在 ubuntu 17.04 上安装 ethminer

我正在遵循本指南。https://www.meebey.net/posts/ethereum_gpu_mining_on_linux_howto/

基本上它的指令是这样的

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum ethminer
geth account new
# copy long character sequence within {}, that is your <YOUR_WALLET_ADDRESS>
# if you lose the passphrase, you lose your coins!
sudo apt-get install linux-headers-amd64 build-essential
chmod +x NVIDIA-Linux-x86_64-367.35.run
sudo NVIDIA-Linux-x86_64-367.35.run
ethminer -G -F http://yolo.ethclassic.faith:9999/0x<YOUR_WALLET_ADDRESS> --farm-recheck 200
Run Code Online (Sandbox Code Playgroud)

在命令上sudo apt-get install ethereum ethminer它失败并显示错误:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate …
Run Code Online (Sandbox Code Playgroud)

apt ppa software-installation 17.04 ethereum

6
推荐指数
1
解决办法
5万
查看次数

标签 统计

17.04 ×1

apt ×1

ethereum ×1

ppa ×1

software-installation ×1