Skip to content

Commit

Permalink
Update CryptoDredge.ps1
Browse files Browse the repository at this point in the history
0.17.0
  • Loading branch information
MrPlusGH authored Feb 18, 2019
1 parent 35fa2a9 commit 2aa4787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Miners/CryptoDredge.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-CryptoDredge\CryptoDredge.exe"
$Uri = "https://github.com/technobyl/CryptoDredge/releases/download/v0.16.1/CryptoDredge_0.16.1_cuda_10.0_windows.zip"
$Uri = "https://github.com/technobyl/CryptoDredge/releases/download/v0.17.0/CryptoDredge_0.17.0_cuda_10.0_windows.zip"

$Commands = [PSCustomObject]@{
"allium" = " --intensity 8 -a allium" #Allium (fastest)
Expand Down

0 comments on commit 2aa4787

Please sign in to comment.