mirror of
https://github.com/8lecramm/derohe-proxy.git
synced 2025-01-10 13:57:56 +00:00
Update README.md
This commit is contained in:
parent
50899d3907
commit
7d88c5ac2c
10
README.md
10
README.md
@ -1,18 +1,20 @@
|
|||||||
# derohe-proxy
|
# derohe-proxy
|
||||||
|
|
||||||
Proxy to combine miners and to reduce network load.
|
Proxy to combine miners and to reduce network load.
|
||||||
The proxy waits for first incoming connection and uses this wallet address for mining.
|
Long To-Do list, but this is a working release.
|
||||||
Long To-Do list, but this release is working.
|
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
- random nonces
|
- random nonces
|
||||||
|
- muliple wallets are supported
|
||||||
- notification of incoming / lost connections
|
- notification of incoming / lost connections
|
||||||
- statistics every 5 minutes
|
- user-defined logging interval
|
||||||
|
|
||||||
**Usage**
|
**Usage**
|
||||||
|
|
||||||
derohe-proxy [--listen-address=<127.0.0.1:10100>] --daemon-address=<1.2.3.4:10100>
|
derohe-proxy [--listen-address=<127.0.0.1:10100>] [--log-interval=<60>] --daemon-address=<1.2.3.4:10100>
|
||||||
|
|
||||||
--listen-address (optional): bind to address:port for incoming miner connections. By default, proxy listens on 0.0.0.0:10200
|
--listen-address (optional): bind to address:port for incoming miner connections. By default, proxy listens on 0.0.0.0:10200
|
||||||
|
|
||||||
--daemon-address: address:port of daemon
|
--daemon-address: address:port of daemon
|
||||||
|
|
||||||
|
--log-interval (optional): logging every X seconds, default is 60 seconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user