Post
Topic
Board Mining (Altcoins)
Re: miniZ, fast & friendly Equihash 144,5 150,5,3 125,4 192,7 210,9 150,5 96,5 miner
by
miniZ
on 17/06/2020, 22:53:46 UTC
Hi Kringel,
we think we understand the problem.

Are you specifying the algo in the command line?  --par=150,5 ?
It is entering the wrong algo in the new version.

In t3 version it was working because we used to ignore the par argument while mining Beam (because of the last fork, a verification that was never removed). We have been preparing for the next algo change and we took it out.

You need to write --par=150,5,3 or do not use par at all, miniZ will enter the right algo if it is not specified. Smiley

Hope this helps.
Cheers
I've checked this, the Nicehash client fork indeed specifies --par=150,5 in the command line. All I could do for now is adding --par=150,5,3 in addition to --par=150,5 (before it, actually); that didn't help. I'll contact the author of the program.
Hi Kringel,
Thank you for letting us know.

Writing --par=150,5,3 after --par=150,5 would work... The last one overrides the previous one.

Can you try this? : Add -p just before --par=150,5.  The command line would then end with -p --par=150,5.
This will set the whole string --par=150,5 to the password.

Maybe you can manage with this workaround?

Cheers