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=coinnameCode: Select all
-p d=8192,c=coinnameThe 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.