Skip to content

Commit

Permalink
change link from github
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed May 5, 2018
1 parent 813371a commit f9a1d87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Miners/claymore-cn-113.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::AMD
API = "claymore"
URI = "https://github.com/Quake4/MindMinerPrerequisites/raw/master/AMD/Claymore/Claymore-CryptoNote-AMD-Miner-v11.3.zip"
URI = "http://mindminer.online/miners/AMD/claymore/Claymore-CryptoNote-AMD-Miner-v11.3.zip"
Path = "$Name\NsGpuCNMiner.exe"
ExtraArgs = $extrargs
Arguments = "-xpool $pool_url -xwal $($Pool.User) -xpsw $($Pool.Password) -retrydelay $($Config.CheckTimeout) $($_.ExtraArgs)"
Expand Down
2 changes: 1 addition & 1 deletion Miners/claymore-cn-97.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::AMD
API = "claymore"
URI = "https://github.com/Quake4/MindMinerPrerequisites/raw/master/AMD/Claymore/Claymore-CryptoNote-AMD-Miner-v9.7.zip"
URI = "http://mindminer.online/miners/AMD/claymore/Claymore-CryptoNote-AMD-Miner-v9.7.zip"
Path = "$Name\NsGpuCNMiner.exe"
ExtraArgs = $extrargs
Arguments = "-o $($Pool.Protocol)://$($Pool.Host):$($Pool.Port) -u $($Pool.User) -p $($Pool.Password) -retrydelay $($Config.CheckTimeout) $extrargs"
Expand Down
2 changes: 1 addition & 1 deletion Miners/claymore-neoscrypt-12.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::AMD
API = "claymore"
URI = "https://github.com/Quake4/MindMinerPrerequisites/raw/master/AMD/Claymore/Claymore-NeoScrypt-AMD-Miner-v1.2.zip"
URI = "http://mindminer.online/miners/AMD/claymore/Claymore-NeoScrypt-AMD-Miner-v1.2.zip"
Path = "$Name\NeoScryptMiner.exe"
ExtraArgs = $extrargs
Arguments = "-pool stratum+tcp://$($Pool.Host):$($Pool.PortUnsecure) -wal $($Pool.User) -psw $($Pool.Password) -retrydelay $($Config.CheckTimeout) -wd 0 $extrargs"
Expand Down
2 changes: 1 addition & 1 deletion Miners/claymore-zcash-126.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $Cfg.Algorithms | ForEach-Object {
Algorithm = $Algo
Type = [eMinerType]::AMD
API = "claymore"
URI = "https://github.com/Quake4/MindMinerPrerequisites/raw/master/AMD/Claymore/Claymore-ZCash-AMD-Miner-v12.6.zip"
URI = "http://mindminer.online/miners/AMD/claymore/Claymore-ZCash-AMD-Miner-v12.6.zip"
Path = "$Name\ZecMiner64.exe"
ExtraArgs = $extrargs
Arguments = "-zpool $($Pool.Protocol)://$($Pool.Host):$($Pool.Port) -zwal $($Pool.User) -zpsw $($Pool.Password) -retrydelay $($Config.CheckTimeout) $extrargs"
Expand Down

0 comments on commit f9a1d87

Please sign in to comment.