Page 1 of 1

Password argument error

Posted: Mon May 02, 2022 1:37 pm
by ceverage
Hey everyone,

I'm mining on a home pc with two gpus (6gb 2060 for both) on gminer 2.75. Everything has been running just fine, daily deposits, etc. I just happened to log in to prohashing today to look at stats and it's showing this error:

Error: One or more password arguments are invalid and are being ignored.

On gminer, shares are still being accepted. Prohasher is still incrementing my payout during the day.

My command line shows as follows:

--pass 1=6,n=home

Am I doing this right?

Re: Password argument error

Posted: Mon May 02, 2022 1:42 pm
by TechElucidation
You have the number "1" at the start of the first argument, I think you want to use a lower case L

--pass l=6,n-home

Re: Password argument error

Posted: Mon May 02, 2022 1:43 pm
by Sarah Manter
ceverage wrote: Mon May 02, 2022 1:37 pm Hey everyone,

I'm mining on a home pc with two gpus (6gb 2060 for both) on gminer 2.75. Everything has been running just fine, daily deposits, etc. I just happened to log in to prohashing today to look at stats and it's showing this error:

Error: One or more password arguments are invalid and are being ignored.

On gminer, shares are still being accepted. Prohasher is still incrementing my payout during the day.

My command line shows as follows:

--pass 1=6,n=home

Am I doing this right?
It should be l (lowercase L) = 6 rather than 1=6. (https://prohashing.com/help/optimizing- ... darguments)

Re: Password argument error

Posted: Mon May 02, 2022 6:55 pm
by ceverage
I just changed it, thanks for the help!