Skip to content

Commit

Permalink
Merge pull request #272 from AcharyaOne/patch-1
Browse files Browse the repository at this point in the history
Update dredge to 0.9.7
  • Loading branch information
Quake4 authored Nov 8, 2018
2 parents 8f2e3e3 + f6055af commit b333f10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::nVidia
API = "dredge"
URI = "https://github.com/technobyl/CryptoDredge/releases/download/v0.9.6/CryptoDredge_0.9.6_cuda_9.2_windows.zip"
URI = "https://github.com/technobyl/CryptoDredge/releases/download/v0.9.7/CryptoDredge_0.9.7_cuda_9.2_windows.zip"
Path = "$Name\cryptodredge.exe"
ExtraArgs = $extrargs
Arguments = "-a $($_.Algorithm) -o stratum+tcp://$($Pool.Host):$($Pool.PortUnsecure) -u $($Pool.User) -p $($Pool.Password) -R $($Config.CheckTimeout) -b 127.0.0.1:4068 --api-type ccminer-tcp --no-watchdog $N $extrargs"
Expand All @@ -73,4 +73,4 @@ $Cfg.Algorithms | ForEach-Object {
}
}
}
}
}

0 comments on commit b333f10

Please sign in to comment.