what is the solution with nicehash

Encounter a problem related to the pool or have a request for a feature? Post your issue here and we will help you out.
Forum rules
Welcome to the System Support forum! Encounter a problem related to the pool? Post your issue here and we will help you out.

Keep in mind that the forums are monitored by PROHASHING less closely than the official support channels, so if you have a pressing issue, please submit an official support ticket so that our Support Analyst can look into your issue in a timely manner.

We cannot answer financial questions related to your account on a public forum, so those questions should always be submitted through the orange Support button on prohashing.com/about.

For the full list of PROHASHING forums rules, please visit https://prohashing.com/help/prohashing- ... rms-forums.
Post Reply
mrblbl
Posts: 14
Joined: Sat Sep 09, 2017 9:18 am

what is the solution with nicehash

Post by mrblbl » Sun Sep 10, 2017 8:32 am

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
User avatar
Steve Sokolowski
Posts: 4585
Joined: Wed Aug 27, 2014 3:27 pm
Location: State College, PA

Re: what is the solution with nicehash

Post by Steve Sokolowski » Sun Sep 10, 2017 9:50 am

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
GregoryGHarding
Posts: 646
Joined: Sun Apr 16, 2017 3:01 pm

Re: what is the solution with nicehash

Post by GregoryGHarding » Sun Sep 10, 2017 10:01 am

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"
mrblbl
Posts: 14
Joined: Sat Sep 09, 2017 9:18 am

Re: what is the solution with nicehash

Post by mrblbl » Sun Sep 10, 2017 10:48 am

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
piet
Posts: 21
Joined: Fri Feb 10, 2017 2:31 pm

Re: what is the solution with nicehash

Post by piet » Sun Sep 10, 2017 10:56 am

d=difficulty, dont use d= or use d=131072
mrblbl
Posts: 14
Joined: Sat Sep 09, 2017 9:18 am

Re: what is the solution with nicehash

Post by mrblbl » Sun Sep 10, 2017 11:00 am

yes it worked after using this password argument
a=scrypt g=off d=262144 h=1000
GregoryGHarding
Posts: 646
Joined: Sun Apr 16, 2017 3:01 pm

Re: what is the solution with nicehash

Post by GregoryGHarding » Sun Sep 10, 2017 12:51 pm

i guess he didn't read where i said d= was too low for scrypt :/
Post Reply