Skip to content

Commit

Permalink
Update TTMiner.ps1
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
MrPlusGH committed Apr 2, 2019
1 parent 8d58df9 commit d4ef086
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OptionalMiners/TTMiner.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
if (!(IsLoaded(".\Includes\include.ps1"))) {. .\Includes\include.ps1; RegisterLoaded(".\Includes\include.ps1")}

$Path = ".\Bin\NVIDIA-TTMiner\TT-Miner.exe"
$Uri = "https://tradeproject.de/download/Miner/TT-Miner-2.1.17.zip"

$Uri = "https://TradeProject.de/download/Miner/TT-Miner.zip"
$Commands = [PSCustomObject]@{
"progpow" = " -a PROGPOW-100 "
"mtp" = " -a MTP-100 " #(Supports NiceHash)
"progpow" = " -a PROGPOW "
"mtp" = " -a MTP " #(Supports NiceHash)
}

$Name = (Get-Item $script:MyInvocation.MyCommand.Path).BaseName
Expand Down

0 comments on commit d4ef086

Please sign in to comment.