Skip to content

Commit

Permalink
Update Trex-v0.20.3.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessGuru committed May 7, 2021
1 parent b2a1d74 commit 6fa6d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OptionalMiners/Trex-v0.20.3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using module ..\Includes\Include.psm1

$Name = "$(Get-Item $MyInvocation.MyCommand.Path | Select-Object -ExpandProperty BaseName)"
$Path = ".\Bin\$($Name)\t-rex.exe"
$Uri = "https://github.com/trexminer/T-Rex/releases/download/0.20.3/t-rex-0.20.3-win.zip"
$Uri = "https://trex-miner.com/download/t-rex-0.20.3-win.zip"
$DeviceEnumerator = "Type_Vendor_Index"
$DAGmemReserve = [Math]::Pow(2, 23) * 17 # Number of epochs

Expand Down

0 comments on commit 6fa6d8f

Please sign in to comment.