Skip to content

Commit

Permalink
update claymore dual miner to version 11.8
Browse files Browse the repository at this point in the history
Quake4 committed Jun 3, 2018
1 parent b24cf5f commit e37bffd
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e37bffd

Please sign in to comment.