掘礦三大工具: 礦池, 錢包, miner
礦池:
gpumine
http://gpumine.org/tw
ethermine
http://ethermine.org/
錢包:
支幣 binance
http://www.binance.com/zh-TW
miner program:
純NVIDIA就用t-rex
https://github.com/trexminer/T-Rex/releases/download/0.20.1/t-rex-0.20.1-win.zip
純AMD就用teamredminer
https://github.com/todxx/teamredminer/releases/download/0.8.1.1/teamredminer-v0.8.1.1-win.zip
mix就用gminer
https://github.com/develsoftware/GMinerRelease/releases/download/2.53/gminer_2_53_windows64.zip
Download完之後unzip
t-rex:
edit 佢個ETH-ethermine.bat
t-rex.exe -a ethash -o stratum+ssl://asia1.ethermine.org:5555 -u 你個地址walletaddress -p x -w rig
teamredminer:
edit 佢個start_eth.bat拉到最底
teamredminer.exe -a ethash -o stratum+ssl://asia1.ethermine.org:5555 -u 你個地址walletaddress.rig -p x
gminer:
edit 佢個mine_eth.bat
miner.exe --algo ethash --ssl 1 --server asia1.ethermine.org:5555 --user 你個地址walletaddress.rig pause