From 2d659312871d2b92d11c8c1ccf675761690a934e Mon Sep 17 00:00:00 2001 From: nemo Date: Tue, 8 Jan 2019 11:08:12 +1300 Subject: [PATCH] Update Ethminer.ps1 --- Miners/Ethminer.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Miners/Ethminer.ps1 b/Miners/Ethminer.ps1 index 0aa0dce9b5..4e025f6520 100644 --- a/Miners/Ethminer.ps1 +++ b/Miners/Ethminer.ps1 @@ -1,7 +1,7 @@ if (!(IsLoaded(".\Include.ps1"))) {. .\Include.ps1; RegisterLoaded(".\Include.ps1")} -$Path = ".\Bin\NVIDIA-Ethminer017\ethminer.exe" -$Uri = "https://github.com/ethereum-mining/ethminer/releases/download/v0.17.0/ethminer-0.17.0-cuda10.0-windows-amd64.zip" +$Path = ".\Bin\NVIDIA-Ethminer017a1\ethminer.exe" +$Uri = "https://github.com/ethereum-mining/ethminer/releases/download/v0.17.0-alpha.1/ethminer-0.17.0-alpha.1-cuda10.0-windows-amd64.zip" $Commands = [PSCustomObject]@{ "ethash" = "" #Ethash(fastest) }