Page 1 of 1
what is the solution with nicehash
Posted: Sun Sep 10, 2017 8:32 am
by mrblbl
what the solution with nicehash , i've tried many password argument all of them hadn't worked
a=scrypt n=scrypt
a=x11g=offd=2h=1000
a=x11 g=off d=0.1 h=1000
a=scryptg=offd=2h=1000
Re: what is the solution with nicehash
Posted: Sun Sep 10, 2017 9:50 am
by Steve Sokolowski
mrblbl wrote:what the solution with nicehash , i've tried many password argument all of them hadn't worked
a=scrypt n=scrypt
a=x11g=offd=2h=1000
a=x11 g=off d=0.1 h=1000
a=scryptg=offd=2h=1000
Hi,
These password arguments don't have spaces between them. You need to use spaces between the arguments.
Feel free to submit a support ticket if you need detailed assistance.
Thanks,
-Steve
Re: what is the solution with nicehash
Posted: Sun Sep 10, 2017 10:01 am
by GregoryGHarding
Code: Select all
a=scrypt n=scrypt --> a=scrypt n=scrypt --- (should work fine)
a=x11g=offd=2h=1000 --> a=x11 g=off d=2 h=1000 --- (should work fine)
a=x11 g=off d=0.1 h=1000 --> a=x11 g=off d=0.1 h=1000 --- (should work fine)
a=scryptg=offd=2h=1000 --> a=scrypt g=off d=2 h=1000 --- (d= too low for scrypt)
some clients require to quote your password if it contains spaces, try something like this with scrypt first:
"a=scrypt n=nh-test h=1000 g=off"
Re: what is the solution with nicehash
Posted: Sun Sep 10, 2017 10:48 am
by mrblbl
it also gave me same error , after using this argument a=scrypt g=off d=2 h=1000
Disconnected. Pool difficulty too low for high speed
how to open a support ticket
Re: what is the solution with nicehash
Posted: Sun Sep 10, 2017 10:56 am
by piet
d=difficulty, dont use d= or use d=131072
Re: what is the solution with nicehash
Posted: Sun Sep 10, 2017 11:00 am
by mrblbl
yes it worked after using this password argument
a=scrypt g=off d=262144 h=1000
Re: what is the solution with nicehash
Posted: Sun Sep 10, 2017 12:51 pm
by GregoryGHarding
i guess he didn't read where i said d= was too low for scrypt :/