Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
develsoftware authored Mar 10, 2022
1 parent 6377272 commit 72812cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')<br/>
```--maintenance_worker``` - worker name for Ethash strarum for maintenance, for pools that does not supoort wallet.worker (for example: 'rig0')<br/>
```--maintenance_fee``` - maintenance fee percent<br/>
```--tor``` - enable/disable network connections through Tor<br/>
```--tor_exit_node``` - space-separated list of exit node for Tor network (for example: 'en', 'fr')<br/>

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:<br/>
```miner --algo ethash --server eth.2miners.com:2020 --user 0x5218597d48333d4a70cce91e810007b37e2937b5.worker1 --kernel 0 --templimit 80 --dag_mode 0```<br/>
Expand Down

1 comment on commit 72812cb

@gator6615
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm mining V-Dimension and the dev fee is causing a restart every 45 seconds? Running 2.33

Please sign in to comment.