I just start to test latest version avalible to download and i have small problem on my 2xgtx 1080ti rig.
Im mining on automatic mode (first option) MPH + zpool and after each interval ends i get bunch of this errors:
You cannot call a method on a null-valued expression.
At C:\Megaminer-master\core.ps1:331 char:49
+ ... $PoolWorkers = $_.Poolworkers.tostring()
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: ( [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
You cannot call a method on a null-valued expression.
At C:\Megaminer-master\core.ps1:331 char:49
+ ... $PoolWorkers = $_.Poolworkers.tostring()
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: ( [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
At the end of interval megaminer stops mining current coin and swich to another. PROBLEM is related ONLY on automatic mode and COIN selection mode - if i swich to automatic24 mode there is no more problem. I dont know how to correct this problem...
I narrow down the problem --- it seems theat problem is specific to miningpoolhub (automatic or coin selection mode)... I test this with zpool and hashrefinery with no problems. So in my case mining on miningpoolhub produce strange errors.
PS:I did not have problems on version 4.8 and 5.0 b1
Be careful with master branch from github...is alpha code.