我在跟着这个向导。https://www.meebey.net/posts/ethereum_gpu_采掘_在……上面_linux_如何操作/
基本上它的指令是这样的
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在命令sudo apt-get install ethereum ethminer上,如果出现错误,它将失败:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ethminer我确实遵循了添加ethminer的指示,所以我不知道为什么它会找不到cannot。导游刚刚过时了吗?
发布于 2017-08-12 21:42:45
我在17.04通过直接从https://github.com/ethereum-mining/ethminer/releases下载ethminer二进制文件来实现这一点。
我还必须使用以下命令安装nvidia cuda驱动程序
sudo apt-get install nvidia-cuda-dev nvidia-cuda-toolkit nvidia-nsight发布于 2017-06-29 16:02:31
我现在明白了您应该使用以下内容:
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum-qt
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo add-apt-repository ppa:ethereum/ethereum-dev
sudo apt-get update
sudo apt-get install ethereum
sudo apt-get install cpp-ethereum但是我认为cpp-ethereum在ppa中还不受支持(参见这里),因为cpp-ethereum无法安装。相反,请从这里下载该项目,并遵循从源代码构建的说明。
然而,根据构建说明,
开采本工程不适合采煤。对GPU采矿的支持在一段时间前就被放弃了,包括ethminer工具。使用https://github.com/ethereum-mining/ethminer中的ethminer工具。
所以,不要认为你真的需要cpp-ethereum。但我只是在学习这些东西,所以以后可能会更新。我正在构建17.04的cpp-ethereum,因为我打字!
好的,如果我要遵循我最初的教程和cpp-ethereum的构建说明中关于挖掘的注释,那么我实际上要做的似乎是从这里构建ethminer。现在就说吧。很快就会再次更新。
起作用了。
发布于 2018-01-10 23:39:05
因为你似乎在使用nvidia:
安装nvidia司机和CUDA工具包。
使用nvidia网站来处理这个不合适的问题。
把最新的都拿来。撰写本文时,库达应该是9.1岁。
下载用于Linux和按照指示执行的ethminer发行版:
https://github.com/ethereum-mining/ethminer/releases
小心释放候选人(RC)。在撰写本文时,0.12.0是稳定的。
发布二进制文件可以在14.04,16.04 17.04下测试良好的->。
https://askubuntu.com/questions/921321
复制相似问题