derohe-proxy/README.md

23 lines
968 B
Markdown
Raw Normal View History

2022-05-24 19:26:54 +02:00
# derohe-proxy
2022-05-24 19:30:31 +02:00
Proxy to combine miners and to reduce network load.
2022-11-17 00:54:30 +01:00
Long To-Do list, but this is a working release.
2022-05-24 19:26:54 +02:00
**Features**
- random nonces
- multiple wallet support
2022-06-08 01:07:13 +02:00
- notification of incoming and lost connections / submitted results / stats
2022-05-27 02:36:27 +02:00
- user-defined logging interval
- pool mining support (no stratum)
2022-11-17 00:54:30 +01:00
- worker support (wallet_address.worker_name)
2022-05-24 19:26:54 +02:00
**Usage**
```derohe-proxy [--listen-address=<127.0.0.1:11111>] [--log-interval=<60>] [--nonce] [--pool] --daemon-address=<1.2.3.4:10100>```
2022-05-24 19:26:54 +02:00
2022-06-08 01:14:09 +02:00
```--listen-address (optional): bind to address:port for incoming miner connections. By default, proxy listens on 0.0.0.0:10200
2022-05-24 19:26:54 +02:00
--daemon-address: address:port of daemon
2022-06-08 01:14:09 +02:00
--log-interval (optional): logging every X seconds, where X >= 60. Default is 60 seconds
--nonce (optional): enable random nonces, disabled by default```
2022-10-03 16:43:44 +02:00
--pool (optional): enable pool mining, disable keyhash replacement
2022-11-17 00:54:30 +01:00
--wallet-address=<dero1....> use this wallet address for all connections