Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
RDMPlaysGames
on 19/07/2017, 06:31:23 UTC
Hi all,

I couldn't figure out this duration bug. Just so you know, I take no responsibility if this script doesn't work for you:
Please don't use this for bench-marking as you can't see the miners title anymore. I suggest you use this when you have tweaked out your rig + miners.
Also I have not used it with mixed GPUs rigs, so .. good luck with that.

NemosMiner Euro/day: Download here on GitHub!
Image: http://i.imgur.com/rt7jA77.jpg

Features:
-clean overview
-snapshot overview of profit per day in euro
-no scrolling required

Installation:
-Get the file and place it next to NemosMiner-v2.0.7.ps1 file (same folder)
-Replace NemosMiner-v2.0.7.ps1 with NemosMiner-v2.0.7EuroTrash.ps1 in your start.bat file
-??
-Profit (in euros)

Known issues:
"Time running" is sometimes broken.

now just to figure out how to convert that to USD....my powershellfu is not as good as it should be.


edit:

Code:
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:344
+ ... = ‘^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|” ...
+                                                                  ~
You must provide a value expression following the '-join' operator.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:345
+ ... ˜^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|”) +  ...
+                                                               ~~~
Unexpected token '“' in expression or statement.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:344
+ ... = ‘^(‘ + (($_.Type | ForEach {[Regex]::Escape($_)}) -join “|” ...
+                                                                  ~
Missing closing ')' in expression.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:222
+ ... [PSCustomObject]@{Combination = $Miner_Type_Combo | ForEach {$Miner_T ...
+                                                                 ~
Missing closing '}' in statement block or type definition.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:359
+ ... $_.Type | ForEach {[Regex]::Escape($_)}) -join “|”) + ‘)$’; $ ...
+                                                                  ~
The hash literal was incomplete.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:124
+ ... Type_Combo = $_.Combination; $Miners_Index_Combos | ForEach {$Miner_I ...
+                                                                 ~
Missing closing '}' in statement block or type definition.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:56
+     $BestMiners_Combos = $Miners_Type_Combos | ForEach {$Miner_Type_C ...
+                                                        ~
Missing closing '}' in statement block or type definition.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:68 char:1
+ {
+ ~
Missing closing '}' in statement block or type definition.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 char:359
+ ... _.Type | ForEach {[Regex]::Escape($_)}) -join “|”) + ‘)$’; $M ...
+                                                                 ~
Unexpected token ')' in expression or statement.
At C:\Miner\NemosMiner 1.7.6\NemosMiner-v2.0.7.ps1:224 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