File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,33 @@ This is a cryptocurrency miner for Nvidia GPUs
44![ rigel screenshot kaspa] ( https://user-images.githubusercontent.com/119491468/204991320-802a9de8-8a77-4527-b802-846d542eb05e.png )
55
66## Supported algorithms
7+ * alephium (Alephium)
78* ethash (Ethereum PoW)
89* etchash (Ethereum Classic)
10+ * ironfish (Iron Fish)
11+ * octa (Octa.Space)
912* zil (Zilliqa)
1013* kheavyhash (Kaspa)
1114* nexapow (Nexa)
1215* ethash+kheavyhash
1316* etchash+kheavyhash
17+ * octa+kheavyhash
18+ * ethash+alephium
19+ * etchash+alephium
20+ * octa+alephium
21+ * ethash+ironfish
22+ * etchash+ironfish
23+ * octa+ironfish
1424* any single or dual algorithm combination + zil
1525
1626## Developer fee
1727| Algorithm | Fee |
1828| ----------- | -----|
29+ | alephium | 0.7% |
1930| ethash | 0.7% |
2031| etchash | 0.7% |
32+ | ironfish | 0.7% |
33+ | octa | 0.7% |
2134| zil | 0% |
2235| kheavyhash | 0.7% |
2336| nexapow | 2.0% |
@@ -37,8 +50,11 @@ This is a cryptocurrency miner for Nvidia GPUs
3750 Selects the mining algorithm
3851
3952 Currently supported:
53+ alephium (ALPH)
4054 etchash (ETC)
4155 ethash (ETHW)
56+ ironfish (IRON)
57+ octa (OCTA)
4258 kheavyhash (Kaspa)
4359 nexapow (Nexa)
4460 zil (Zilliqa)
@@ -276,6 +292,10 @@ This is a cryptocurrency miner for Nvidia GPUs
276292 However, adding the certificate to the system's trust store
277293 should be preferred.
278294
295+ --stats-interval <SECONDS>
296+ GPU stats reporting interval in seconds. Default is 20.
297+ Set to `X` to disable periodic reports.
298+
279299 --long-timestamps
280300 Enables milliseconds timestamps in the miner output
281301
You can’t perform that action at this time.
0 commit comments