Skip to content

Commit

Permalink
update claymore's dual ethereum miner to version 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Самсонов Олег authored and Самсонов Олег committed Feb 1, 2018
1 parent 7851050 commit 90c6af9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Code/Config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Config : BaseConfig {
static [int] $Processors = 0
static [int] $Cores = 0
static [int] $Threads = 0
static [string] $Version = "v0.53"
static [string] $Version = "v0.54"
static [string] $BinLocation = "Bin"
static [eMinerType[]] $ActiveTypes
static [string[]] $CPUFeatures
Expand Down
6 changes: 3 additions & 3 deletions Miners/claymore-eth-102.ps1 → Miners/claymore-eth-106.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $Name = (Get-Item $script:MyInvocation.MyCommand.Path).BaseName

$Cfg = [BaseConfig]::ReadOrCreate([IO.Path]::Combine($PSScriptRoot, $Name + [BaseConfig]::Filename), @{
Enabled = $true
BenchmarkSeconds = 60
BenchmarkSeconds = 90
Algorithms = @(
[AlgoInfoEx]@{ Enabled = $true; Algorithm = "ethash" }
# [AlgoInfoEx]@{ Enabled = $true; Algorithm = "equihash"; ExtraArgs = "" }
Expand Down Expand Up @@ -49,7 +49,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::AMD
API = "claymore"
URI = "https://github.com/Quake4/MindMinerPrerequisites/raw/master/AMD/Claymore/Claymore-Dual-Ethereum-AMD-NVIDIA-Miner-v10.2.zip"
URI = "https://github.com/Quake4/MindMinerPrerequisites/raw/master/AMD/Claymore/Claymore-Dual-Ethereum-AMD+NVIDIA-Miner-v10.6.zip"
Path = "$Name\EthDcrMiner64.exe"
ExtraArgs = "$($_.ExtraArgs)"
Arguments = "-epool $($Pool.Host):$($Pool.PortUnsecure) -ewal $($Pool.User) -epsw $($Pool.Password) -retrydelay 5 -mode 1 -allpools 1 -esm $esm -mport -3350 -platform 1 $($_.ExtraArgs)"
Expand All @@ -64,7 +64,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::nVidia
API = "claymore"
URI = "https://github.com/Quake4/MindMinerPrerequisites/raw/master/AMD/Claymore/Claymore-Dual-Ethereum-AMD-NVIDIA-Miner-v10.2.zip"
URI = "https://github.com/Quake4/MindMinerPrerequisites/raw/master/AMD/Claymore/Claymore-Dual-Ethereum-AMD+NVIDIA-Miner-v10.6.zip"
Path = "$Name\EthDcrMiner64.exe"
ExtraArgs = "$($_.ExtraArgs)"
Arguments = "-epool $($Pool.Host):$($Pool.PortUnsecure) -ewal $($Pool.User) -epsw $($Pool.Password) -retrydelay 5 -mode 1 -allpools 1 -esm $esm -mport -3360 -platform 2 $($_.ExtraArgs)"
Expand Down

0 comments on commit 90c6af9

Please sign in to comment.