Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
starcrys
on 09/12/2017, 04:36:06 UTC
Hi Nemo, I'm not sure what's the problem/happened, but when I tried running 2.2.1, there were some error messages. I opened the NemosMiner-v2.2.1.ps1 and found out that there were some strange characters in the powershell file :

$BestMiners_Combos = $Miners_Type_Combos | ForEach {$Miner_Type_Combo = $_.Combination; $Miners_Index_Combos | ForEach {$Miner_Index_Combo = $_.Combination; [PSCustomObject]@{Combination = $Miner_Type_Combo | ForEach {$Miner_Type_Count = $_.Type.Count; [Regex]$Miner_Type_Regex = 慯(?+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 搢? + ?$? $Miner_Index_Combo | ForEach {$Miner_Index_Count = $_.Index.Count; [Regex]$Miner_Index_Regex = 慯(?+ (($_.Index | ForEach {[Regex]::Escape($_)}) 杍oin 搢? + ?$? $BestMiners | Where {([Array]$_.Type -notmatch $Miner_Type_Regex).Count -eq 0 -and ([Array]$_.Index -notmatch $Miner_Index_Regex).Count -eq 0 -and ([Array]$_.Type -match $Miner_Type_Regex).Count -eq $Miner_Type_Count -and ([Array]$_.Index -match $Miner_Index_Regex).Count -eq $Miner_Index_Count}}}}}}

Any way to change them to how they were supposed to look like?

Thanks.

my guess is you open/edited the NemosMiner-v2.2.1.ps1 and saved then ran into that error... my code does not look like that

re download and don't open NemosMiner-v2.2.1.ps1  edit and run the .bat files

best Regards
Nemo

Nope, redownloaded, but still doesn't work, the same error occurs. I didn't open the .ps1 file, but the command prompt line still states there's those strange characters still. Anyway to change those letter, or replace them with the right ones?

i just re downloaded 2.2.1 myself opened NemosMiner-v2.2.1.ps1 and all is well... code is correct...  (no weird different language symbols)
im not sure why your code is changed...

i had someone else have that issue a while back: https://github.com/nemosminer/NemosMiner-v2.2/issues/56

Regards
Nemo
Very strange, same problem as the other user. I have Windows in English (installation etc all english) so shouldn't have this problem at all... Any possibility of saving that part in txt or word doc format and seeing if it's possible to copy and paste over the strange characters part to try and get the program to work?

Edit: Possible to do transcoding to ASCII? I was googling and it seems that someone on the microsoft web suggested ASCII may do the trick to remove those characters.