Skip to content

Commit

Permalink
VerthashMiner-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPlusGH committed Feb 27, 2021
1 parent c0ca787 commit c63bb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Miners/VerthashMiner.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if (!(IsLoaded(".\Includes\include.ps1"))) {. .\Includes\include.ps1; RegisterLoaded(".\Includes\include.ps1")}

$Path = ".\Bin\NVIDIA-VertHash\VerthashMiner.exe"
$Uri = "https://github.com/CryptoGraphics/VerthashMiner/releases/download/0.6.2/VerthashMiner-0.6.2-CUDA11-windows.zip"
$Uri = "https://github.com/CryptoGraphics/VerthashMiner/releases/download/0.7.0/VerthashMiner-0.7.0-CUDA11-windows.zip"

$DatPath = ".\Bin\NVIDIA-VertHash\Verthash.dat"
If (-not (Test-Path $DatPath) -and (Test-Path $Path)) {
Expand Down

0 comments on commit c63bb42

Please sign in to comment.