what is the solution with nicehash
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.
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.
what is the solution with nicehash
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
a=scrypt n=scrypt
a=x11g=offd=2h=1000
a=x11 g=off d=0.1 h=1000
a=scryptg=offd=2h=1000
- Steve Sokolowski
- Posts: 4585
- Joined: Wed Aug 27, 2014 3:27 pm
- Location: State College, PA
Re: what is the solution with nicehash
Hi,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
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
-
- Posts: 646
- Joined: Sun Apr 16, 2017 3:01 pm
Re: what is the solution with nicehash
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)
Re: what is the solution with nicehash
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
Disconnected. Pool difficulty too low for high speed
how to open a support ticket
Re: what is the solution with nicehash
d=difficulty, dont use d= or use d=131072
Re: what is the solution with nicehash
yes it worked after using this password argument
a=scrypt g=off d=262144 h=1000
a=scrypt g=off d=262144 h=1000
-
- Posts: 646
- Joined: Sun Apr 16, 2017 3:01 pm
Re: what is the solution with nicehash
i guess he didn't read where i said d= was too low for scrypt :/