Skip to content

Commit

Permalink
update gminer to 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
platinum4 authored and Quake4 committed Aug 18, 2019
1 parent 3e59c20 commit 1718177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Miners/gminer-155.ps1 → Miners/gminer-156.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $Cfg.Algorithms | ForEach-Object {
Type = $_
TypeInKey = $true
API = "gminer"
URI = "https://github.com/develsoftware/GMinerRelease/releases/download/1.55/gminer_1_55_windows64.zip"
URI = "https://github.com/develsoftware/GMinerRelease/releases/download/1.56/gminer_1_56_windows64.zip"
Path = "$Name\miner.exe"
ExtraArgs = $extrargs
Arguments = "$alg -s $($Pool.Host) -n $($Pool.PortUnsecure) -u $user -p $($Pool.Password) --api $port --pec 0 -w 0 $devs $extrargs"
Expand All @@ -106,4 +106,4 @@ $Cfg.Algorithms | ForEach-Object {
}
}
}
}
}

0 comments on commit 1718177

Please sign in to comment.