Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (8.0.0)
by
JDSmith14
on 28/05/2018, 19:58:54 UTC
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