diff --git a/Miners/gminer-155.ps1 b/Miners/gminer-156.ps1 similarity index 98% rename from Miners/gminer-155.ps1 rename to Miners/gminer-156.ps1 index fc75d7bb..c21d3a31 100644 --- a/Miners/gminer-155.ps1 +++ b/Miners/gminer-156.ps1 @@ -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" @@ -106,4 +106,4 @@ $Cfg.Algorithms | ForEach-Object { } } } -} \ No newline at end of file +}