Hi,
Can anyone tell me what I should modify the mine.bat fiile??
@echo OFFREM Change the following address to your Zcash taddr.
SET ADDRESS=
SET USERNAME=%ADDRESS%.w
SET POOL=asia1-zcash.flypool.org:3333
SET SCHEME=stratum
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL%
I am new...
What I should change username and Scheme???
At least you have to set the address and the pool. the username is just the address + worker name like in your example %ADDRESS%.w where %ADDRESS% is the address variable and ".w" is the workername. the SCHEME depends on your pool. If you use ssl then just change to "stratum+ssl" otherwise it is fine. But I would remove the "START" because otherwise you are unable to see any error when the miner stops, because it will open a new window.
p.s. Could you tell me what I should add in the batch file? If I want to use web browser to monitor it? I know I have to use the -api but I am not sure the syntax...