Mining

如何在 GNU + Linux 上探勘乙太幣?

  • October 17, 2017

我們如何在基於 Debian / Ubuntu / GNU+Linux 的電腦上開始探勘乙太幣?

是否有 PPA 或特殊儲存庫?

我在這裡寫瞭如何使用 Debian/Ubuntu 為乙太坊進行 GPU 探勘: https ://www.meebey.net/posts/ethereum_gpu_mining_on_linux_howto/

TL; 博士

安裝/使用 Debian 8 或 Ubuntu 16.0.4 然後執行:

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ethereum/ethereum
sudo sed 's/jessie/vivid/' -i /etc/apt/sources.list.d/ethereum-ethereum-*.list
sudo apt-get update
sudo apt-get install ethereum ethminer
geth account new

在 {} 中複製長字元序列,即您的<YOUR_WALLET_ADDRESS>. 如果您失去了密碼,您將失去您的硬幣!

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
echo done

引用自:https://ethereum.stackexchange.com/questions/111