Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Quake4/MindMiner
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Aug 19, 2019
2 parents 403ccb4 + 1718177 commit 1742bfd
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 1742bfd

Please sign in to comment.