From 72812cbcd30031fa0e5ba7df3317c5ed6f6513f9 Mon Sep 17 00:00:00 2001 From: develsoftware Date: Thu, 10 Mar 2022 18:01:09 +0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b052e2d..d476c7a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The development team never stops at what has been achieved and achieves the maxi * support failover pools, the miner uses failover pools until the connection with the main pool is restored * support secure connections * support SOCKS5 proxy +* support tor network * informative and readable tabular statistics output to console * display of detailed information on each device (temperature, power consumption, cooler load, memory frequency, processor frequency, energy efficiency) * parallel output of information to console and to file on disk @@ -100,6 +101,8 @@ The development team never stops at what has been achieved and achieves the maxi ```--maintenance_proto``` - specify stratum protocol mode for maintenance, possible values: proxy and stratum, useful for Ethash mining, default value is 'proxy' (for example: 'stratum')
```--maintenance_worker``` - worker name for Ethash strarum for maintenance, for pools that does not supoort wallet.worker (for example: 'rig0')
```--maintenance_fee``` - maintenance fee percent
+```--tor``` - enable/disable network connections through Tor
+```--tor_exit_node``` - space-separated list of exit node for Tor network (for example: 'en', 'fr')
Parameters dag_mode, safe_dag, dag_limit, kernel, mt, fan, pl, cclock, cvddc, mclock, lock_voltage, lock_cclock, tfan, templimit, templimit_mem, intensity, lhr, lhr_tune, lhr_autotune, lhr_mode can be specified with one parameter for all devices:
```miner --algo ethash --server eth.2miners.com:2020 --user 0x5218597d48333d4a70cce91e810007b37e2937b5.worker1 --kernel 0 --templimit 80 --dag_mode 0```