Skip to content

Commit fb0821f

Browse files
authored
Merge pull request #51 from BitPoolMining/Dev
Updated TRex and CryptoDredge
2 parents 6f793ab + 26364e3 commit fb0821f

File tree

174 files changed

+5554
-1117
lines changed

Some content is hidden

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

174 files changed

+5554
-1117
lines changed

BitPoolMiner/BitPoolMiner.csproj

Lines changed: 164 additions & 26 deletions
Large diffs are not rendered by default.

BitPoolMiner/MinerApps/CryptoDredge_0.11.0/run-lyra2v2-nicehash.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

BitPoolMiner/MinerApps/CryptoDredge_0.11.0/run-mona-bsod.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.
19 MB
Binary file not shown.
File renamed without changes.

BitPoolMiner/MinerApps/CryptoDredge_0.11.0/README.txt renamed to BitPoolMiner/MinerApps/CryptoDredge_0.14.0/README.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,18 @@ SUPPORTED ALGORITHMS
3333
CryptoNightSaber (Bittube)
3434
CryptoNightV7
3535
CryptoNightV8 (Monero)
36+
Dedal
3637
Exosis
3738
HMQ1725
3839
Lbk3
3940
Lyra2REv2
41+
Lyra2REv3
42+
Lyra2vc0ban
4043
Lyra2z
4144
NeoScrypt
4245
PHI1612
4346
Phi2
47+
Pipe
4448
Polytimos
4549
Skein
4650
Skunkhash
@@ -49,6 +53,7 @@ SUPPORTED ALGORITHMS
4953
X16R
5054
X16S
5155
X17
56+
X21S
5257
X22i
5358

5459
QUICKSTART
@@ -78,15 +83,18 @@ COMMAND-LINE ARGUMENTS
7883
cnsaber (BitTube)
7984
cnv7
8085
cnv8 (Monero)
86+
dedal
8187
exosis
8288
hmq1725
8389
lbk3
8490
lyra2v2
85-
lyra2v2-old (see the "Lyra2REv2 Issues" item)
91+
lyra2v3
92+
lyra2vc0ban
8693
lyra2z
8794
neoscrypt
8895
phi
8996
phi2
97+
pipe
9098
polytimos
9199
skein
92100
skunk
@@ -95,6 +103,7 @@ COMMAND-LINE ARGUMENTS
95103
x16r
96104
x16s
97105
x17
106+
x21s
98107
x22i
99108
-d, --device List of comma-separated device IDs to use for mining.
100109
IDs are numbered 0,1...,N - 1
@@ -164,23 +173,14 @@ TROUBLESHOOTING
164173

165174
Example:
166175

167-
CryptoDredge -a lyra2v2-old -o stratum+tcp://<POOL> -u <WALLET_ADDRESS> --no-watchdog
176+
CryptoDredge -a <ALGO> -o stratum+tcp://<POOL> -u <WALLET_ADDRESS> --no-watchdog
168177

169-
4. Lyra2REv2 Issues
170-
171-
In case if you have issues with the current implementation of Lyra2REv2
172-
(lyra2v2), you might want to try lyra2v2-old.
173-
174-
Example:
175-
176-
CryptoDredge -a lyra2v2-old -o stratum+tcp://<POOL> -u <WALLET_ADDRESS>
177-
178-
5. Several Instances After a While
178+
4. Several Instances After a While
179179

180180
It seems that you are using an own restart mechanism of CryptoDredge
181181
(see the "Watchdog" item).
182182

183-
6. Crash Reporting
183+
5. Crash Reporting
184184

185185
If the built-in watchdog is enabled then CryptoDredge will generate and send
186186
us the report. You can disable error reporting with --no-crashreport option.

BitPoolMiner/MinerApps/CryptoDredge_0.11.0/RELEASE-NOTES.txt renamed to BitPoolMiner/MinerApps/CryptoDredge_0.14.0/RELEASE-NOTES.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Release 0.14.0 - (December 11, 2018)
2+
3+
* Improve X22i algorithm
4+
* Improve Skunkhash algorithm
5+
* Improve x16-like algorithms, as a secondary effect
6+
* Add Lyra2REv3 algorithm
7+
* Fix Dedal bug described in Numus 1.5.0.3 release
8+
* Implement "histo" API method
9+
* Add --no-nvml option to force NVML off
10+
11+
# Release 0.13.0 - (December 1, 2018)
12+
13+
* Improve X22i algorithm
14+
* Improve Skunkhash algorithm
15+
* Add X21S algorithm
16+
* Add Lyra2vc0ban algorithm
17+
* Fix Exosis and Dedal algorithm when started from BLAKE
18+
* Add color hash order for x16
19+
20+
# Release 0.12.0 - (November 28, 2018)
21+
22+
* Add Pipe (UOUcoin) algorithm
23+
* Add Dedal (Numus) algorithm
24+
125
# Release 0.11.0 - (November 21, 2018)
226

327
* Improve following algorithms (Up to 4%)
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
title Lyra2REvc0ban (c0ban) - pecadol pool
3+
CryptoDredge -a lyra2vc0ban -o stratum+tcp://pool.pecadol.xyz:4534 -u WALLET_ADDRESS -p c=RYO
4+
pause
File renamed without changes.

0 commit comments

Comments
 (0)