Thank you for the clarification on wallets. I have a Zcash wallet now, but to make sure I am doing this right, in order to have what I mine sent to my wallet address, I do the following: Under username I change it to Myaddress.worker.
Is that correct or am I still missing something? Sorry for my inexperience, I have tried googling around to learn more but haven't found anything that definitively seems to answer my question. It seems like most miners are very familiar with how to utilize command line instructions to get things to do what they want but I'm fairly lost.
Hi, please edit the mine.bat file and substitute
t1ZBtpkUy1y1deYsNJnzdW4tk7HiJEcfUzr with your own zcash address.
then save it and run.
@echo OFF
REM Change the following address to your Zcash taddr.
SET ADDRESS=
t1ZBtpkUy1y1deYsNJnzdW4tk7HiJEcfUzrSET USERNAME=%ADDRESS%.w
SET POOL=zec-eu1.nanopool.org:6666
SET SCHEME=stratum
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880
you can find more tutorials here:
https://www.bminer.me/#quickstarthttps://www.bminer.me/examples/#mining-zcash-zclassic-zencash