First off, thank you NEMO and everyone here. I have been lurking for a while and this thread has been really helpful. I do have a small issue on a machine that was running 2.4.1. I downloaded v3 (Which I have working on another machine) and am getting the error(s) below. Not quiet sure how to fix. I did use the search option above to see if I could locate anyone else seeing this. Any help would be appreciated. Thanks!!
_________________________________________
Windows PowerShell transcript start
Start time: 20180322165531
Username: DESKTOP-TSLRJ4O\chris
RunAs User: DESKTOP-TSLRJ4O\chris
Configuration Name:
Machine: DESKTOP-TSLRJ4O (Microsoft Windows NT 10.0.16299.0)
Host Application: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -version 5.0 -executionpolicy bypass -windowstyle normal -command .\NemosMiner-v3.0.ps1 -ConfigFile '.\Config\config.json'
Process ID: 12268
PSVersion: 5.1.16299.251
PSEdition: Desktop
PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.16299.251
BuildVersion: 10.0.16299.251
CLRVersion: 4.0.30319.42000
WSManStackVersion: 3.0
PSRemotingProtocolVersion: 2.3
SerializationVersion: 1.1.0.1
**********************
Finding available TCP Port
PS>TerminatingError(New-Object): "Exception calling ".ctor" with "2" argument(s): "No connection could be made because the target machine actively refused it 127.0.0.1:4068""
Miners API Port: 4068
Starting Brains for Plus...
Starting Earnings Tracker...
Starting Cycle
Loading BTC rate from 'api.coinbase.com'..
Loading pool stats..
Loading miners..
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:16 char:69
+ ... ashRates = [PSCustomObject]@{(Get-Algorithm($_)) = $Stats."$($Name)_$ ...
+ ~~
Unexpected token '$(' in expression or statement.
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:16 char:69
+ ... HashRates = [PSCustomObject]@{(Get-Algorithm($_)) = $Stats."$($Name) ...
+ ~
The hash literal was incomplete.
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:17 char:24
+ API = "Claymore"
+ ~
The string is missing the terminator: ".
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:16 char:77
+ ... ts."$($Name)_$(Get-Algorithm($_))_HashRate".Live * .99} # substract 1 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unexpected token '_$(Get-Algorithm($_))_HashRate".Live * .99} # substract 1% devfee
API = "Claymore"
Port = $Variables.MinerAPITCPPort #3333
Wrap = $false
URI = $Uri
User = $Pools.(Get-Algorithm($_)).User
}
}
' in expression or statement.
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:11 char:103
+ ... NoteProperty | Select-Object -ExpandProperty Name | ForEach-Object {
+ ~
Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (
[], ParseException
+ FullyQualifiedErrorId : UnexpectedToken
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:16 char:69
+ ... ashRates = [PSCustomObject]@{(Get-Algorithm($_)) = $Stats."$($Name)_$ ...
+ ~~
Unexpected token '$(' in expression or statement.
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:16 char:69
+ ... HashRates = [PSCustomObject]@{(Get-Algorithm($_)) = $Stats."$($Name) ...
+ ~
The hash literal was incomplete.
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:17 char:24
+ API = "Claymore"
+ ~
The string is missing the terminator: ".
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:16 char:77
+ ... ts."$($Name)_$(Get-Algorithm($_))_HashRate".Live * .99} # substract 1 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unexpected token '_$(Get-Algorithm($_))_HashRate".Live * .99} # substract 1% devfee
API = "Claymore"
Port = $Variables.MinerAPITCPPort #3333
Wrap = $false
URI = $Uri
User = $Pools.(Get-Algorithm($_)).User
}
}
' in expression or statement.
At C:\Users\chris\Desktop\NemosMiner-master\Miners\EthashClaymore.ps1:11 char:103
+ ... NoteProperty | Select-Object -ExpandProperty Name | ForEach-Object {
+ ~
Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (
[], ParseException
+ FullyQualifiedErrorId : UnexpectedToken
_________________________________________________