another question:
where is the detailed guide mining ETH? Can I just replace the wallet address and pool to mine ETH below?
@echo OFF REM Change the following address to your Zcash taddr.
SET ADDRESS=XXXX
SET USERNAME=%ADDRESS%.w
SET POOL=XXXX
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880
you have 2 way to set up mining eth.
@echo OFF REM Change the following address to your Zcash taddr.
SET ADDRESS=eth wallet
SET USERNAME=%ADDRESS%.w
SET POOL=eth pool
SET SCHEME= eth protocol.
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880
eth protocol is different if you use differnet pools, and you can find common protocol here:
The classic Stratum protocol whose URI scheme is ethash:// or ethash+ssl:// (i.e., the Stratum protocol over SSL connections). ethermine.org and nanopool.org support this protocol.
The Ethereum proxy protocol whose URI scheme is ethproxy://. f2pool.com, dwarfpool.com, and sparkpool.com support this protocol.
The Ethereum Stratum protocol whose URI scheme is ethstratum://. suprnova.cc supports this protocol.
another way to set up the commind line is just looking on bminer's example page and find the command lines and paste into an blank bat file.
bminer -uri ethash://0xb76d43eAaB2e905028a7f0F3aF13C7A84c477B9f.woker@eth-us-west1.nanopool.org:9999
bminer -uri ethash://0xb76d43eAaB2e905028a7f0F3aF13C7A84c477B9f.woker@eu1.ethermine.org:4444
bminer -uri ethproxy://
[email protected]:8008
bminer -uri ethproxy://0xb76d43eAaB2e905028a7f0F3aF13C7A84c477B9f.woker@eth.waterhole.xyz:8008
bminer -uri ethproxy://
[email protected]:2020
bminer -uri ethproxy://0xb76d43eAaB2e905028a7f0F3aF13C7A84c477B9f.woker@eth-eu.dwarfpool.com:8008
bminer -uri ethproxy://0xb76d43eAaB2e905028a7f0F3aF13C7A84c477B9f.woker@us-west.sparkpool.com:3333
bminer -uri ethstratum://0xb76d43eAaB2e905028a7f0F3aF13C7A84c477B9f.worker@eth.coinfoundry.org:3072
bminer -uri ethstratum://
[email protected]:3344
bminer -uri ethstratum://foo.worker:
[email protected]:20535