Skip to content

Commit c561e67

Browse files
authored
Merge pull request #48 from BitPoolMining/Dev
Release 1.0.1.17
2 parents dd79ef9 + 810b5ba commit c561e67

File tree

770 files changed

+184
-24267
lines changed

Some content is hidden

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

770 files changed

+184
-24267
lines changed

BitPoolMiner/BitPoolMiner.csproj

Lines changed: 143 additions & 768 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.
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)