hi,
Just tried the latest Forager code (cloned from github), as MegaMiner seems abandoned.. there are, however, some issues.
There are a couple error messages repeated before every new interval:
Cannot index into a null array.
At C:\miner\Forager\Include.ps1:425 char:17
+ ... $PnpDeviceProperties = ($PnpDevices | Where-Object {$Vend ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
Doesn't seem to cause any problems, though.
However on two out of three systems I tested, one hard crashes, and one goes into an endless error loop, something like "cannot kill process "IDLE". Unfortunately the error is not written into the log, have to catch and copy it again.
This is all on Nvidia rigs where MegaMiner has been running fine and stable for many months.
I'll take a look. I believe the code throwing the error is redundant now
And I hope you can provide something so I can check the issue you are experiencing.
Send me the logs, even if they don't show the errors, maybe I'll discover something since I know how it should work

Is there a way to disable specific algos for specific pools.
reason is that when dual mining with claymore, zpool and ahash will show hi reject rates (50%) for keccak, but nicehash will be ok.
thanks.
I will add such option, I also noticed this behavior