使用ethereum-qt挖ETH,也就是以太币
首先安装mix
sudo add-apt-repository ppa:ethereum/ethereum-qt
sudo add-apt-repository ppa:ethereum/ethereum
sudo add-apt-repository ppa:ethereum/ethereum-dev
sudo apt-get update
sudo apt-get install mix
然后安装ethereum
brew tap ethereum/ethereum
brew install cpp-ethereum
brew linkapps cpp-ethereum
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install cpp-ethereum
这就安装完成了
CPU挖
Ethminer.exe -C -F http://eth.pool.minergate.com:55751/YOUR_EMAIL –disable-submit-hashrate
GPU挖
Ethminer.exe -G -F http://eth.pool.minergate.com:55751/YOUR_EMAIL –disable-submit-hashrate
我用的是最近dalao写的minergate的矿池,可以替换dwarfpool,国内的f2pool
阿里云的HPC用GPU挖应该不错
Tesla M40 (x2)
This 2 steps work very well:
geth removedb (takes 20 seconds to remove DB)
geth –fast –cache=1024 (takes 2 hours to import and sync the whole chain!)
