How do I specify my e-mail address on NanoPool mining ZEC.
My config is:
@echo OFF
REM Change the following address to your Zcash taddr.
SET ADDRESS=MyTAddressHere
*I have also tried the following:
SET ADDRESS=MyTAddressHere:myemailaddressHere
*
SET USERNAME=%ADDRESS%.WorkerName
SET POOL=zec-eu1.nanopool.org:6633
SET SCHEME=stratum+ssl
bminer.exe -uri %SCHEME%://%USERNAME%@%POOL%
The problem is that I cannot change the minimum payment amount as the e-mail address (password) under Settings on Nanopool cannot be specified. I keep on getting "Incorrect Password" response from the settings page.
Am I missing something obvious?
Thank you
For example, the following command asks nanopool to send email notifications to foo@gmail.com:
bminer -uri stratum+ssl://t1ZBtpkUy1y1deYsNJnzdW4tk7HiJEcfUzr.worker%2Ffoo%40gmail.com:x@zec-eu1.nanopool.org:6633
did this answered your question? you need to create a blank mine.bat file and paste this command.
Thank you for the advice
Unfortunately this does not seem to work for me. irrespective of the configs I use (even if I user your config exactly as provided and just substitute my payment address, the e-mail address shows up as part of the worker name on Nanopool under Workers:
I get the following results listed under worker name:
JDSMine1Fjohan0domain.co.za
The exact commends I tried were:
bminer -uri stratum+ssl://t1gftMWn2W5M7D1zpHLjrMGEQ9KFBThoqd.worker%2Ffoo%40gmail.com:x@zec-eu1.nanopool.org:6633
bminer -uri stratum+ssl://t1gftMWn2W5M7D1zpHLjrMGEQ9KFBThoqd.JDSMine1%2FJDSMne1%40mydomain.co.za:x@zec-eu1.nanopool.org:6633