Post
Topic
Board Mining (Altcoins)
Re: [Forager] 1.8 - Multi-Pool profit switching miner (AMD/NVIDIA/CPU) 18/06/18
by
dudel42
on 01/07/2018, 17:07:56 UTC
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:

Code:
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.