Skip to content

Commit

Permalink
chur
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored Dec 2, 2018
1 parent 375fada commit df1d692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OptionalMiners/CryptoDredge.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-CryptoDredge013\CryptoDredge.exe"
$Uri = "https://github.com/technobyl/CryptoDredge/releases/download/v0.13.0/CryptoDredge_0.13.0_cuda_9.2_windows.zip"
$Uri = "https://github.com/technobyl/CryptoDredge/releases/download/v0.13.0/CryptoDredge_0.13.0_cuda_10.0_windows.zip"

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

0 comments on commit df1d692

Please sign in to comment.