Quantcast
Channel: 钻戒 and 仁豆米
Viewing all articles
Browse latest Browse all 290

Linux下如何挖以太币

$
0
0

这个很简单,用ubuntu最简单:

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

注意ethminer的参数: -G 表示用GPU挖 -C 表示用CPU挖


Viewing all articles
Browse latest Browse all 290

Trending Articles