From e37bffd29971100cb1463140547bcb9abd5e0559 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 3 Jun 2018 14:32:51 +0300 Subject: [PATCH] update claymore dual miner to version 11.8 --- Miners/{claymore-dual-117.ps1 => claymore-dual-118.ps1} | 3 ++- Miners/{claymore-eth-117.ps1 => claymore-eth-118.ps1} | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename Miners/{claymore-dual-117.ps1 => claymore-dual-118.ps1} (96%) rename Miners/{claymore-eth-117.ps1 => claymore-eth-118.ps1} (98%) diff --git a/Miners/claymore-dual-117.ps1 b/Miners/claymore-dual-118.ps1 similarity index 96% rename from Miners/claymore-dual-117.ps1 rename to Miners/claymore-dual-118.ps1 index bb6b3b90..4f88e3d6 100644 --- a/Miners/claymore-dual-117.ps1 +++ b/Miners/claymore-dual-118.ps1 @@ -15,6 +15,7 @@ $Cfg = [BaseConfig]::ReadOrCreate([IO.Path]::Combine($PSScriptRoot, $Name + [Bas BenchmarkSeconds = 120 Algorithms = @( @{ Enabled = $true; Algorithm = "ethash"; DualAlgorithm = "blake2s" } + @{ Enabled = $true; Algorithm = "ethash"; DualAlgorithm = "blake2s"; ExtraArgs = "-dcri 100" } @{ Enabled = $true; Algorithm = "ethash"; DualAlgorithm = "keccak" } @{ Enabled = $true; Algorithm = "ethash"; DualAlgorithm = "pascal" } )}) @@ -53,7 +54,7 @@ $Cfg.Algorithms | ForEach-Object { DualAlgorithm = $DualAlgo Type = [eMinerType]::AMD API = "claymoredual" - URI = "http://mindminer.online/miners/AMD/claymore/Claymore-Dual-Ethereum-AMD+NVIDIA-Miner-v11.7.zip" + URI = "http://mindminer.online/miners/AMD/claymore/Claymore-Dual-Ethereum-AMD+NVIDIA-Miner-v11.8.zip" Path = "$Name\EthDcrMiner64.exe" ExtraArgs = $extrargs Arguments = "-epool $($Pool.Protocol)://$($Pool.Host):$($Pool.Port) -ewal $($Pool.User) -epsw $($Pool.Password) -dpool $($DualPool.Host):$($DualPool.PortUnsecure) -dcoin $($_.DualAlgorithm) -dwal $($DualPool.User) -dpsw $($DualPool.Password) -retrydelay $($Config.CheckTimeout) -wd 0 -allpools 1 -esm $esm -mport -3350 -platform 1 -eres 1 -y 1 $extrargs" diff --git a/Miners/claymore-eth-117.ps1 b/Miners/claymore-eth-118.ps1 similarity index 98% rename from Miners/claymore-eth-117.ps1 rename to Miners/claymore-eth-118.ps1 index eecbffe1..31e47751 100644 --- a/Miners/claymore-eth-117.ps1 +++ b/Miners/claymore-eth-118.ps1 @@ -49,7 +49,7 @@ $Cfg.Algorithms | ForEach-Object { Algorithm = $Algo Type = [eMinerType]::AMD API = "claymore" - URI = "http://mindminer.online/miners/AMD/claymore/Claymore-Dual-Ethereum-AMD+NVIDIA-Miner-v11.7.zip" + URI = "http://mindminer.online/miners/AMD/claymore/Claymore-Dual-Ethereum-AMD+NVIDIA-Miner-v11.8.zip" Path = "$Name\EthDcrMiner64.exe" ExtraArgs = $extrargs Arguments = "-epool $($Pool.Protocol)://$($Pool.Host):$($Pool.Port) -ewal $($Pool.User) -epsw $($Pool.Password) -retrydelay $($Config.CheckTimeout) -wd 0 -mode 1 -allpools 1 -esm $esm -mport -3350 -platform 1 -eres 1 -y 1 $extrargs"