Search content
Sort by

Showing 3 of 3 results by JDSmith14
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (8.0.0)
by
JDSmith14
on 30/05/2018, 07:20:18 UTC
How do I specify my e-mail address on NanoPool mining ZEC.

like this:

Code:
SET ADDRESS=t1RHddWzxeZouQLdswrqwer7Nsqx1LR94cn
SET RIGNAME=rogue_one_rig
SET USERNAME=%ADDRESS%.%RIGNAME%
SET PASSWORD=x
SET EMAIL=someone@gmail.com
SET POOL=zec-eu1.nanopool.org:6633
SET SCHEME=stratum+ssl

START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%.%EMAIL%:%PASSWORD%@%POOL% -api 192.168.1.100:1880 -max-temperature 75

regards.


Thank you - I can confirm that this is indeed working after a small tweak - I had to list my e-mail address as the password filed also - After this I am able to change the payment threshold. I suspect this was also the problem with the previous suggestion where the password was listed as x.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (8.0.0)
by
JDSmith14
on 30/05/2018, 05:45:24 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



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


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