MrPlusGH / NPlusMiner

NPlusMiner + GUI | NVIDIA/AMD/CPU miner | AI | Autoupdate | MultiRig remote management
GNU General Public License v3.0
172 stars 54 forks source link

v4.0 initial testing results (errors) #81

Closed nemosminer closed 6 years ago

nemosminer commented 6 years ago

downloaded master extracted

left everything default (as you had it)

click Start

it then gave these errors messages and does nothing just sits there

https://imgur.com/a/79W80DD

Regards Nemo

nemosminer commented 6 years ago

fixed https://github.com/MrPlusGH/NPlusMiner/pull/82

MrPlusGH commented 6 years ago

Thank you. Error was on line 339 which I modified today and was missing a curly bracket at the end

    If (($Variables.Miners | ? {($_.Pools.PSObject.Properties.Value.Price -ne $null) -or ($_.Pools.PSObject.Properties.Value.Price -gt 0)}).Count -gt 0) {$Variables.Miners = $Variables.Miners | ? {($_.Pools.PSObject.Properties.Value.Price -ne $null) -or ($_.Pools.PSObject.Properties.Value.Price -gt 0)}}

Fixed in master and tested.