Skip to content

Commit

Permalink
update xmrig to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Nov 21, 2019
1 parent 649f0b5 commit 906e54d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Miners/xmrig-amd-500.ps1 → Miners/xmrig-amd-501.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::AMD
API = "xmrig2"
URI = "https://github.com/xmrig/xmrig/releases/download/v5.0.0/xmrig-5.0.0-gcc-win64.zip"
URI = "https://github.com/xmrig/xmrig/releases/download/v5.0.1/xmrig-5.0.1-gcc-win64.zip"
Path = "$Name\xmrig.exe"
ExtraArgs = $extrargs
Arguments = "-a $($_.Algorithm) -o $($Pool.Host):$($Pool.PortUnsecure) -u $($Pool.User) -p $($Pool.Password) -R $($Config.CheckTimeout) --http-port=4044 --donate-level=1 --no-cpu --opencl --opencl-platform=$([Config]::AMDPlatformId) $extrargs"
Expand Down
2 changes: 1 addition & 1 deletion Miners/xmrig-cpu-500.ps1 → Miners/xmrig-cpu-501.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if ([IO.File]::Exists($file)) {
[IO.File]::Delete($file)
}

$url = if ([Config]::Is64Bit -eq $true) { "https://github.com/xmrig/xmrig/releases/download/v5.0.0/xmrig-5.0.0-gcc-win64.zip" } else { "https://github.com/xmrig/xmrig/releases/download/v5.0.0/xmrig-5.0.0-gcc-win32.zip" }
$url = if ([Config]::Is64Bit -eq $true) { "https://github.com/xmrig/xmrig/releases/download/v5.0.1/xmrig-5.0.1-gcc-win64.zip" } else { "https://github.com/xmrig/xmrig/releases/download/v5.0.1/xmrig-5.0.1-gcc-win32.zip" }

$Cfg.Algorithms | ForEach-Object {
if ($_.Enabled) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::nVidia
API = "xmrig2"
URI = "https://github.com/xmrig/xmrig/releases/download/v5.0.0/xmrig-5.0.0-msvc-cuda10_1-win64.zip"
URI = "https://github.com/xmrig/xmrig/releases/download/v5.0.1/xmrig-5.0.1-msvc-cuda10_1-win64.zip"
Path = "$Name\xmrig.exe"
ExtraArgs = $extrargs
Arguments = "-a $($_.Algorithm) -o $($Pool.Host):$($Pool.PortUnsecure) -u $($Pool.User) -p $($Pool.Password) -R $($Config.CheckTimeout) --http-port=4043 --donate-level=1 --no-cpu --cuda --no-nvml $extrargs"
Expand Down

0 comments on commit 906e54d

Please sign in to comment.