Skip to content

Commit

Permalink
nvidia miner link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Jun 3, 2018
1 parent 56d8b16 commit a8faf2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Miners/claymore-dual-118.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $Cfg.Algorithms | ForEach-Object {
DualAlgorithm = $DualAlgo
Type = [eMinerType]::nVidia
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) -dwal $($DualPool.User) -dcoin $($_.DualAlgorithm) -dpsw $($DualPool.Password) -retrydelay $($Config.CheckTimeout) -wd 0 -allpools 1 -esm $esm -mport -3360 -platform 2 -eres 1 $extrargs"
Expand Down
2 changes: 1 addition & 1 deletion Miners/claymore-eth-118.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::nVidia
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 -3360 -platform 2 -eres 1 $extrargs"
Expand Down

0 comments on commit a8faf2c

Please sign in to comment.