Skip to content

Commit

Permalink
update gminer to 2.75
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Jan 23, 2022
1 parent ff69279 commit 4a8a5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Miners/gminer-2.74.ps1 → Miners/gminer-2.75.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $Cfg.Algorithms | ForEach-Object {
elseif ($_.Algorithm -match "cuckarood29v") { 10 }
elseif ($_.Algorithm -match "cuckaroo29b") { 4 }
elseif ($_.Algorithm -match "kawpow") { 1 }
elseif ($_.Algorithm -match "ethash" -or $_.Algorithm -match "etchash") { 0.65 }
elseif ($_.Algorithm -match "ethash" -or $_.Algorithm -match "etchash") { 1 }
else { 2 }
$benchsecs = if ($_.BenchmarkSeconds) { $_.BenchmarkSeconds } else { $Cfg.BenchmarkSeconds }
$runbefore = $_.RunBefore
Expand All @@ -93,7 +93,7 @@ $Cfg.Algorithms | ForEach-Object {
Type = $_
TypeInKey = $true
API = "gminer"
URI = "https://github.com/develsoftware/GMinerRelease/releases/download/2.74/gminer_2_74_windows64.zip"
URI = "https://github.com/develsoftware/GMinerRelease/releases/download/2.75/gminer_2_75_windows64.zip"
Path = "$Name\miner.exe"
ExtraArgs = $extrargs
Arguments = "$alg $hosts --api 127.0.0.1:$port $pec-w 0 $devs $extrargs"
Expand Down

0 comments on commit 4a8a5c9

Please sign in to comment.