Skip to content

Commit

Permalink
Update Ethminer.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored Jan 7, 2019
1 parent 4edf49c commit 2d65931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Miners/Ethminer.ps1
Original file line number Diff line number Diff line change
@@ -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)
}
Expand Down

0 comments on commit 2d65931

Please sign in to comment.