Skip to content

Commit 6187b3c

Browse files
authored
Update README.md
1 parent 8066c4f commit 6187b3c

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

README.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,26 @@ Full list of command line options:
4949
--low-load Low load mode (default: 0). 1 - enabled, 0 - disabled.
5050
Reduces the load on the GPUs if possible. Can be set to a comma separated string to enable
5151
the mode for a subset of the GPU list (eg: --low-load 0,0,1,0)
52-
--lhr-algo Specify the second algorithm to use in LHR unlock dual mining mode.
53-
--lhr-coin Set coin name for --lhr-algo.
52+
--dual-algo Second algorithm to use in dual mining mode.
53+
--dual-algo-mode Controls GPU behaviour in dual mining mode (default: a12).
54+
Format: <algo>:<tuning coefficient>
55+
"<algo>" can be one of: "a1" (first algorithm), "a2" (second algorithm), "a12" (both - dual mining)
56+
"<tuning coefficient>" is optional, and can be either
57+
"rXX" ("dual ratio" coefficient set to XX), or
58+
"hXX" (primary algo hashrate percentage XX).
59+
Examples:
60+
a12:r15 - GPU will mine both algorithms with dual ratio 15
61+
(second algo hashrate is 15x primary algo hashrate)
62+
a12:h95 - GPU will mine both algorithms maintaining primary algorithm hashrate at
63+
about 95% of the maximum
64+
a1 - GPU will only mine the primary algorithm (single mode)
65+
a2 - GPU will only mine the secondary algorithm (single mode)
66+
--profit-per-mh Estimated profitability of the algorithms in dual mining mode per 1MH of hashrate.
67+
Used for fine-tuning algo1/algo2 proportion, the miner will try to maximise the earnings.
68+
Format: <profit_algo1>:<profit_algo2>.
69+
Example: --profit-per-mh 0.0516:0.0012
70+
--lhr-algo Second algorithm to use in LHR unlock dual mining mode.
71+
--lhr-coin Coin name for --lhr-algo.
5472
--lhr-tune [Ethash, Autolykos2] LHR tuning value that indicates the percentage of the full speed the miner
5573
tries to achieve for LHR cards (default: -1). Range from 10 to 95.
5674
-1 - auto-mode (LHR tune is set to 74 (or 68 in low power mode) for LHR cards and 0 for non-LHR)
@@ -299,9 +317,9 @@ t-rex -a ethash --lhr-algo kawpow -o stratum+tcp://eth.2miners.com:2020 -u 0x1f7
299317
t-rex -a ethash --lhr-algo octopus -o stratum+ssl://eth-us-east.flexpool.io:5555 -u 0x1f75eccd8fbddf057495b96669ac15f8e296c2cd -p x -w rig0 --url2 stratum+tcp://pool.woolypooly.com:3094 --user2 cfx:aajauymfc0cpd4aj91wmfyd150avfg3fmym9j2xrh8.rig0 --pass2 x
300318
```
301319

302-
* **LHR-unlock-dual-ETH+ALPH**</br>
320+
* **ETH+ALPH**</br>
303321
```
304-
t-rex -a ethash --lhr-algo blake3 -o stratum+tcp://eth.2miners.com:2020 -u 0x1f75eccd8fbddf057495b96669ac15f8e296c2cd -p x -w rig0 --url2 stratum+tcp://de.alephium.herominers.com:1199 --user2 1qUuxVuXN2Pk4nnYTbL4qihjLWyRkVMQVYQDAajCcuPq --pass2 x
322+
t-rex -a ethash --dual-algo blake3 -o stratum+tcp://eth.2miners.com:2020 -u 0x1f75eccd8fbddf057495b96669ac15f8e296c2cd -p x -w rig0 --url2 stratum+tcp://de.alephium.herominers.com:1199 --user2 1qUuxVuXN2Pk4nnYTbL4qihjLWyRkVMQVYQDAajCcuPq --pass2 x
305323
```
306324

307325
* **ERGO-nanopool**</br>
@@ -399,6 +417,11 @@ t-rex -a octopus -o stratum+tcp://cfx-eu1.nanopool.org:17777 -u cfx:aajauymfc0cp
399417
t-rex -a blake3 -o stratum+tcp://pool.woolypooly.com:3106 -u 1qUuxVuXN2Pk4nnYTbL4qihjLWyRkVMQVYQDAajCcuPq -p x -w rig0
400418
```
401419

420+
* **ALPH-herominers**</br>
421+
```
422+
t-rex -a blake3 -o stratum+tcp://de.alephium.herominers.com:1199 -u 1qUuxVuXN2Pk4nnYTbL4qihjLWyRkVMQVYQDAajCcuPq -p x -w rig0
423+
```
424+
402425
* **RVN-2miners**</br>
403426
```
404427
t-rex -a kawpow -o stratum+tcp://rvn.2miners.com:6060 -u RBX1G6nYDMHVtyaZiQWySMZw1Bb2DEDpT8.rig -p x

0 commit comments

Comments
 (0)