Page 1 of 1

Unable to use multiple password arguments

Posted: Wed May 17, 2017 12:48 pm
by Namiks
I had a brief look around the forums and the internet in hopes of finding an answer, but couldn't. Hopefully this'll help.

In bfgminer, cgminer and ccminer I am unable to use multiple password arguments in my configs. I'm able to use one.

Code: Select all

-p d=8192, c=coinname
does not work.

Code: Select all

-p d=8192,c=coinname
does not work, either.

The first argument is acknowledged and accepted by the pool, however any additional ones are ignored. Is there something I could be forgetting?

A quick edit: This pertains to both the scrypt and x11 algorithms. In ccminer, adding a=x11 to my password argument works just fine, but once again, no additional arguments work.

Re: Unable to use multiple password arguments

Posted: Wed May 17, 2017 1:09 pm
by dfair98
Use quotes:
-p "d=8192 c=coinname"

Re: Unable to use multiple password arguments

Posted: Wed May 17, 2017 1:15 pm
by Namiks
dfair98 wrote:Use quotes:
-p "d=8192 c=coinname"
Yup, that appears to have worked! Thanks a ton, happy mining.