Bitcoin Forum
June 21, 2024, 06:45:19 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.4.0) on: February 18, 2018, 02:11:25 PM
Nanopool don't see my email. How to write bat file for nanopool so them see my email and i can change payments. Huh

I was able to get it to work with Nanopool by setting a password instead of an email.

Code:
START bminer.exe -uri stratum://<WALLET>.<WORKERNAME>%2F<PASSWORD>:x@zec-us-east1.nanopool.org:16666

I think % is special in windows batch files and I had to double them up.  This is working for me on windows with nanopool:

Code:
bminer.exe -uri stratum://ADDRESS.WORKER%%2FEMAIL%%40EMAIL.DOMAIN@zec-us-east1.nanopool.org:6666 -api 127.0.0.1:1880
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0) on: February 02, 2018, 05:38:37 PM
Quote
Quote
Quote
When are you gonna fix e-mail adresses?

I tested and it works for me. Can you take another look at https://www.bminer.me/examples/#escaping-characters-in-the-uri ?

I did it exactly like in the link but nanopool got workerFfoo0gmail.com as worker name...

I think % is special in windows batch files and I had to double them up.  This is working for me on windows with nanopool:

Code:
bminer.exe -uri stratum://ADDRESS.WORKER%%2FEMAIL%%40EMAIL.DOMAIN@zec-us-east1.nanopool.org:6666 -api 127.0.0.1:1880
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (5.2.0) on: January 30, 2018, 01:28:21 PM
This is working for me with a similar setup:

Code:
#!/bin/sh

USERNAME=[address here].[worker here]
POOL=us.miningspeed.com:3062
SCHEME=stratum

./bminer -uri $SCHEME://$USERNAME@$POOL -api 192.168.0.200:1880
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!