Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners
by
patrike
on 20/01/2019, 19:23:23 UTC
Hi Patrike !

I have an issue with Bminer 12.2 and sparkpool with Grint

It works correctly with my bat file :
Code:
bminer.exe -uri cuckaroo29://myaddress@gmail.com%%2Frig_123@grin.sparkpool.com:6666

But in AM I can't managed to get it working correctly.
This is the command sent.
Code:
bminer.exe  -uri cuckaroo29://myaddress@gmail.com%%2Frig_123:x@grin.sparkpool.com:6666 -watchdog=false -api=0.0.0.0:4028

And this is the result
Code:
> invalid value "cuckaroo29://myaddress@gmail.com%%2Frig_123:x@grin.sparkpool.com:6666" for flag -uri: parse cuckaroo29://myaddress@gmail.com%%2Frig_123:x@grin.sparkpool.com:6666: invalid URL escape "%%2"

Could you take a look at this ?
Thx !
Thanks for the very detailed report. I think Awesome Miner is getting confused about '@' in both the mail address and before the server name.

Edit: What are this part "%%2" indicating? Having double % is not allowed in the URL and the reason it works from the batch-file is that %% is being translated into a single %. Can you please check this part?