Hi,
I am trying to run this file: startahashpool.bat
Contents are here:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\NemosMiner-v2.2.ps1 -SelGPUEWBF '0' -SelGPUCC '0' -Currency USD -Passwordcurrency BTC -interval 120 -Wallet 1DmDkdarNj2kpsgjUchEdbfft79SGavw9T -Location US -PoolName ahashpool -Type nvidia -Algorithm xevan,lyra2z,tribus,c11,lbry,skein,timetravel,sib,bitcore,hmq1725,x17,Nist5,MyriadGroestl,Lyra2RE2,neoscrypt,blake2s -Donate 5
Problem is I am getting the following error:
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:338
+ ... Regex = 楚(・+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 倒・ + ・$ ...
+ ~
You must provide a value expression following the '-join' operator.
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:339
+ ... ex = 楚(・+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 倒・ + ・$・ $ ...
+ ~~
Unexpected token '倒・' in expression or statement.
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:338
+ ... Regex = 楚(・+ (($_.Type | ForEach {[Regex]::Escape($_)}) -join 倒・ + ・$ ...
+ ~
Missing closing ')' in expression.
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:492
+ ... Regex = 楚(・+ (($_.Index | ForEach {[Regex]::Escape($_)}) 頬oin 倒・ + ・$ ...
+ ~~~~
Unexpected token '頬oin' in expression or statement.
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:491
+ ... ndex_Regex = 楚(・+ (($_.Index | ForEach {[Regex]::Escape($_)}) 頬oin 倒・ ...
+ ~
Missing closing ')' in expression.
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:801
+ ... _.Index -match $Miner_Index_Regex).Count -eq $Miner_Index_Count}}}}}}
+ ~
Missing closing ')' in expression.
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:230 char:802
+ ... _.Index -match $Miner_Index_Regex).Count -eq $Miner_Index_Count}}}}}}
+ ~
Missing closing ')' in expression.
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:231 char:284
+ ... gex = 楚(・+ (($_.Device | ForEach {[Regex]::Escape($_)}) -join 倒・ + ・$ ...
+ ~
You must provide a value expression following the '-join' operator.
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:231 char:285
+ ... = 楚(・+ (($_.Device | ForEach {[Regex]::Escape($_)}) -join 倒・ + ・$・ $ ...
+ ~~
Unexpected token '倒・' in expression or statement.
At C:\Mining\NemosMiner-v2.2-master\NemosMiner-v2.2.ps1:231 char:284
+ ... gex = 楚(・+ (($_.Device | ForEach {[Regex]::Escape($_)}) -join 倒・ + ・$ ...
+ ~
Missing closing ')' in expression.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (
[], ParseException
+ FullyQualifiedErrorId : ExpectedValueExpression
PS C:\Mining\NemosMiner-v2.2-master>
Any ideas how to fix it?
Regards