derohe-proxy/README.md

25 lines
812 B
Markdown
Raw Normal View History

2022-05-24 18:26:54 +01:00
# derohe-proxy
2022-05-24 18:30:31 +01:00
Proxy to combine miners and to reduce network load.
2022-05-27 01:36:27 +01:00
Long To-Do list, but this is a working release.
2022-05-24 18:26:54 +01:00
**Features**
- random nonces
2022-05-27 01:36:27 +01:00
- muliple wallets are supported
2022-06-08 00:07:13 +01:00
- notification of incoming and lost connections / submitted results / stats
2022-05-27 01:36:27 +01:00
- user-defined logging interval
2022-05-24 18:26:54 +01:00
**Usage**
2022-05-27 01:36:27 +01:00
derohe-proxy [--listen-address=<127.0.0.1:10100>] [--log-interval=<60>] --daemon-address=<1.2.3.4:10100>
2022-05-24 18:26:54 +01:00
--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
2022-05-27 01:36:27 +01:00
--log-interval (optional): logging every X seconds, default is 60 seconds
2022-06-08 00:07:13 +01:00
2022-06-08 00:07:50 +01:00
--minimal (optional): forward only 2 jobs per block (1 for first 9 miniblocks, 1 for final miniblock)
2022-06-08 00:07:13 +01:00
--nonce (optional): enable random nonces, disabled by default