MikeBuzz,
So I'm using your latest build, and I ran into this, while algos were benchmarking. This snippet talks about X11, but it also has the same error for several other algos:
Add-Member : Cannot add a member with the name "Name" because a member with that name already exists. To overwrite the member anyway, add the Force parameter to your command.
At C:\Users\Fruitface\Desktop\Mining\MegaMiner_BUZZ_4.2\Include.ps1:354 char:95
+ ... ent -ne $null) {$_.Content | Add-Member @{Name = $_.Name} -PassThru}}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (@{Algorithm=X11...ining_Pool_Hub}:PSObject) [Add-Member], InvalidOperationException
+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand
Add-Member : Cannot add a member with the name "Name" because a member with that name already exists. To overwrite the
member anyway, add the Force parameter to your command.
At C:\Users\Fruitface\Desktop\Mining\MegaMiner_BUZZ_4.2\Include.ps1:354 char:95
+ ... ent -ne $null) {$_.Content | Add-Member @{Name = $_.Name} -PassThru}}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (@{Algorithm=Qub...ining_Pool_Hub}:PSObject) [Add-Member],
InvalidOperationException
+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand
I'm seeing more issues in the logs as well, relating to benchmarking JHA:
PS>TerminatingError(Start-Process): "Cannot validate argument on parameter 'FilePath'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again."
Start-Process : Cannot validate argument on parameter 'FilePath'. The argument is null or empty. Provide an argument
that is not null or empty, and then try the command again.
At C:\Users\Fruitface\Desktop\Mining\MegaMiner_BUZZ_4.2\core.ps1:514 char:70
+ ... relaunchCommand -ne "") {Start-Process -FilePath $_.PrelaunchCommand}
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (
[Start-Process], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.PowerShell.Commands.StartProcessCommand
Start-Process : Cannot validate argument on parameter 'FilePath'. The argument is null or empty. Provide an argument
that is not null or empty, and then try the command again.
At C:\Users\Fruitface\Desktop\Mining\MegaMiner_BUZZ_4.2\core.ps1:514 char:70
+ ... relaunchCommand -ne "") {Start-Process -FilePath $_.PrelaunchCommand}
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (
[Start-Process], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.PowerShell.Commands.StartProcessCommand
Finally, also can't get value info for myriad-groestl coins or yescrypt, from MPH:
Checking MPH - Digibyte (Myriad-Groestl)
PS>TerminatingError(Invoke-WebRequest): "The remote name could not be resolved: 'digibyte-myriad-groestl.miningpoolhub.com'"
Checking MPH - Myriad (Myriad-Groestl)
PS>TerminatingError(Invoke-WebRequest): "The remote name could not be resolved: 'myriad-myriad-groestl.miningpoolhub.com'"
Checking MPH - Myriad (Skein)
PS>TerminatingError(Invoke-WebRequest): "The remote name could not be resolved: 'myriad-skein.miningpoolhub.com'"
Checking MPH - Myriad (Yescrypt)
PS>TerminatingError(Invoke-WebRequest): "The remote name could not be resolved: 'myriad-yescrypt.miningpoolhub.com'"