Post
Topic
Board Pools (Altcoins)
Re: █▓▒░-< [ZPOOL.CA][HashTap™][FlexFee™] The miners multipool >-░▒▓█
by
sreg0r
on 06/07/2017, 12:08:51 UTC
Is it me or is Equihash is defaulting the difficulty to 200?

My 1080 Ti rig is not finding shares at a steady pace.  It used to start at 127.  Can the default difficulty be lowered, please?

Thanks.

I noticed this on my 1080 as well that it is taking quite a long time to find shares at times.

Same issue for me, I read somewhere that 10 shares/min is good to aim for so for my 1070 I've set difficulty to 32.  Just set your password to
Code:
c=BTC,stats,d=32

I'm using Nemosminer's script (2.0.5), so I'm not sure where to modify that just for equihash.  It looks like it uses a variable for the password, which means it would change it for all of the other algos.

If you open EWBF.ps1 you should see the line
Code:
Arguments = "--api --server $($Pools.(Get-Algorithm($_)).Host) --port 2142 --fee 0 --solver 0 --eexit 1 --user $($Pools.(Get-Algorithm($_)).User) --pass $($Pools.(Get-Algorithm($_)).Pass)$($Commands.$_)"

you should be able to change that to
Code:
Arguments = "--api --server $($Pools.(Get-Algorithm($_)).Host) --port 2142 --fee 0 --solver 0 --eexit 1 --user $($Pools.(Get-Algorithm($_)).User) --pass $($Pools.(Get-Algorithm($_)).Pass)$($Commands.$_),d=32"