note, there is no start.bat anymore. you might want to update the readme
i have downloaded the new version and i'm getting the following errors / can't continue because of that:
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:344
+ ... = ‘^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|� ...
+ ~
You must provide a value expression following the '-join' operator.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:345
+ ... ˜^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|â€�) + ...
+ ~~~
Unexpected token '“' in expression or statement.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:344
+ ... = ‘^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|� ...
+ ~
Missing closing ')' in expression.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:222
+ ... [PSCustomObject]@{Combination = $Miner_Type_Combo | ForEach {$Miner_T ...
+ ~
Missing closing '}' in statement block or type definition.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:359
+ ... $_.Type | ForEach {[Regex]::Escape($_)}) -join “|�) + ‘)$’; $ ...
+ ~
The hash literal was incomplete.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:124
+ ... Type_Combo = $_.Combination; $Miners_Index_Combos | ForEach {$Miner_I ...
+ ~
Missing closing '}' in statement block or type definition.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:56
+ $BestMiners_Combos = $Miners_Type_Combos | ForEach {$Miner_Type_C ...
+ ~
Missing closing '}' in statement block or type definition.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:74 char:1
+ {
+ ~
Missing closing '}' in statement block or type definition.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:359
+ ... _.Type | ForEach {[Regex]::Escape($_)}) -join “|�) + ‘)$’; $M ...
+ ~
Unexpected token ')' in expression or statement.
At C:\Users\jeffs\Desktop\cryptocoins\NemosMiner\_NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:362
+ ... pe | ForEach {[Regex]::Escape($_)}) -join “|�) + ‘)$’; $Miner ...
+ ~~
Unexpected token '€™' in expression or statement.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (
[], ParseException
+ FullyQualifiedErrorId : ExpectedValueExpression