anyone has a manual on how to setup this MultiPoolMinerV2.5.2?
These are the steps I've done with the error. Please let me know what I'm missing or if I'm doing something wrong:
1) Unzip to its own folder MultiPoolMinerV2.5.2
2) Download Excavator and unzip the whole thing inside its own directory at .\MultiPoolMinerV2.5.2\Bin\Excavator
3) powershell run MultiPoolMiner.ps1 and enter the username
then I get errors in red:
SerializationVersion: 1.1.0.1
**********************
Transcript started, output file is .\Logs\2017-06-07_11-37-15.txt
PS>TerminatingError(Invoke-WebRequest): "Unable to connect to the remote server"
Invoke-WebRequest : Unable to connect to the remote server
At D:\MultiPoolMinerV2.5.2\Miners\FireiceAmd0.ps1:17 char:5
+ Invoke-WebRequest $Uri -OutFile $FileName -UseBasicParsing
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest],
WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Invoke-WebRequest : Unable to connect to the remote server
At D:\MultiPoolMinerV2.5.2\Miners\FireiceAmd0.ps1:17 char:5
+ Invoke-WebRequest $Uri -OutFile $FileName -UseBasicParsing
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Rename-Item : Cannot rename because item at '.\Bin\xmr-stak-amd' does not exist.
At D:\MultiPoolMinerV2.5.2\Miners\FireiceAmd0.ps1:19 char:5
+ Rename-Item "$(Split-Path (Split-Path $Path))\$FolderName_Old" "$ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (
[Rename-Item], PSInvalidOperationException
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RenameItemCommand
Rename-Item : Cannot rename because item at '.\Bin\xmr-stak-amd' does not exist.
At D:\MultiPoolMinerV2.5.2\Miners\FireiceAmd0.ps1:19 char:5
+ Rename-Item "$(Split-Path (Split-Path $Path))\$FolderName_Old" "$ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (
[Rename-Item], PSInvalidOperationException
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RenameItemCommand
Copy-Item : Cannot find path 'D:\MultiPoolMinerV2.5.2\Bin\Cryptonight-AMD' because it does not exist.
At D:\MultiPoolMinerV2.5.2\Miners\FireiceAmd0.ps1:24 char:5
+ Copy-Item (Split-Path $Path) (Split-Path $Path_Threads) -Recurse
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\MultiPoolMin...Cryptonight-AMD:String) [Copy-Item],
ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
Copy-Item : Cannot find path 'D:\MultiPoolMinerV2.5.2\Bin\Cryptonight-AMD' because it does not exist.
At D:\MultiPoolMinerV2.5.2\Miners\FireiceAmd0.ps1:24 char:5
+ Copy-Item (Split-Path $Path) (Split-Path $Path_Threads) -Recurse
and so on
anything i'm missing? what did you guys do to get it working?