Skip to content

Commit 810b5ba

Browse files
committed
Updated TRex to version 8.2
1 parent 0898519 commit 810b5ba

770 files changed

Lines changed: 184 additions & 24267 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BitPoolMiner/BitPoolMiner.csproj

Lines changed: 143 additions & 768 deletions
Large diffs are not rendered by default.

BitPoolMiner/MinerApps/t-rex-0.8.1-win-cuda10.0/BCD-failover.bat renamed to BitPoolMiner/MinerApps/t-rex-0.8.2-win-cuda10.0/BCD-failover.bat

File renamed without changes.

BitPoolMiner/MinerApps/t-rex-0.8.1-win-cuda10.0/BCD-icemining.bat renamed to BitPoolMiner/MinerApps/t-rex-0.8.2-win-cuda10.0/BCD-icemining.bat

File renamed without changes.

BitPoolMiner/MinerApps/t-rex-0.8.1-win-cuda10.0/RVN-gos.cx.bat renamed to BitPoolMiner/MinerApps/t-rex-0.8.2-win-cuda10.0/RVN-gos.cx.bat

File renamed without changes.

BitPoolMiner/MinerApps/t-rex-0.8.1-win-cuda10.0/RVN-minermore.bat renamed to BitPoolMiner/MinerApps/t-rex-0.8.2-win-cuda10.0/RVN-minermore.bat

File renamed without changes.

BitPoolMiner/MinerApps/t-rex-0.8.1-win-cuda10.0/config_example renamed to BitPoolMiner/MinerApps/t-rex-0.8.2-win-cuda10.0/config_example

File renamed without changes.

BitPoolMiner/MinerApps/t-rex-0.8.1-win-cuda10.0/msvcr71.dll renamed to BitPoolMiner/MinerApps/t-rex-0.8.2-win-cuda10.0/msvcr71.dll

File renamed without changes.

BitPoolMiner/MinerApps/t-rex-0.8.1-win-cuda10.0/t-rex-help.txt renamed to BitPoolMiner/MinerApps/t-rex-0.8.2-win-cuda10.0/t-rex-help.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Options:
1818
bcd
1919
bitcore
2020
c11
21+
dedal
2122
geek
2223
hmq1725
2324
lyra2z
@@ -34,7 +35,7 @@ Options:
3435
x17
3536
x22i
3637
-d, --devices Comma separated list of CUDA devices to use.
37-
Device IDs start counting from 0.
38+
Device IDs start counting from 0.
3839
-i, --intensity GPU intensity 8-25 (default: auto).
3940
-o, --url URL of mining server.
4041
-u, --user Username for mining server.

BitPoolMiner/MinerApps/t-rex-0.8.1-win-cuda10.0/t-rex.exe renamed to BitPoolMiner/MinerApps/t-rex-0.8.2-win-cuda10.0/t-rex.exe

9.69 MB
Binary file not shown.

BitPoolMiner/Miners/TRex.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public TRex(HardwareType hardwareType, MinerBaseType minerBaseType) : base("TRex
2323
{
2424
string versionedDirectory = "";
2525
MinerFileName = "t-rex.exe";
26-
versionedDirectory = "t-rex-0.8.1-win-cuda10.0";
26+
versionedDirectory = "t-rex-0.8.2-win-cuda10.0";
2727
MinerWorkingDirectory = Path.Combine(Utils.Core.GetBaseMinersDir(), versionedDirectory);
2828

2929
ApiPort = 4067;

0 commit comments

Comments
 (0)