Skip to content

Commit

Permalink
update ccminer klaust to 8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Mar 1, 2018
1 parent c7334d4 commit 4a45e81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $Cfg = [BaseConfig]::ReadOrCreate([IO.Path]::Combine($PSScriptRoot, $Name + [Bas
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "groestl" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "jackpot" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "keccak" }
# not validate on cpu [AlgoInfoEx]@{ Enabled = $true; Algorithm = "lyra2v2" }
[AlgoInfoEx]@{ Enabled = $false; Algorithm = "lyra2v2" } # alexis faster
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "myr-gr" }
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "neoscrypt" } # auto
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "neoscrypt"; ExtraArgs = "-i 15" } # GTX1060/3Gb
Expand Down Expand Up @@ -47,7 +47,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::nVidia
API = "ccminer"
URI = "https://github.com/KlausT/ccminer/releases/download/8.19/ccminer-819final-cuda91-x64.zip"
URI = "https://github.com/KlausT/ccminer/releases/download/8.20/ccminer-820-cuda91-x64.zip"
Path = "$Name\ccminer.exe"
ExtraArgs = $_.ExtraArgs
Arguments = "-a $($_.Algorithm) -o stratum+tcp://$($Pool.Host):$($Pool.PortUnsecure) -u $($Pool.User) -p $($Pool.Password) -R 5 -b 4068 $($_.ExtraArgs)"
Expand Down

0 comments on commit 4a45e81

Please sign in to comment.