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-11-16 23:54:30 +00:00
|
|
|
Long To-Do list, but this is a working release.
|
2022-05-24 18:26:54 +01:00
|
|
|
|
|
|
|
**Features**
|
|
|
|
- random nonces
|
2022-12-26 21:56:41 +00:00
|
|
|
- multiple wallet support
|
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-12-26 21:56:41 +00:00
|
|
|
- pool mining support (no stratum)
|
2022-11-16 23:54:30 +00:00
|
|
|
- worker support (wallet_address.worker_name)
|
2022-05-24 18:26:54 +01:00
|
|
|
|
|
|
|
**Usage**
|
|
|
|
|
2022-12-26 21:56:41 +00:00
|
|
|
```derohe-proxy [--listen-address=<127.0.0.1:11111>] [--log-interval=<60>] [--nonce] [--pool] --daemon-address=<1.2.3.4:10100>```
|
2022-05-24 18:26:54 +01:00
|
|
|
|
2022-06-08 00:14:09 +01: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 18:26:54 +01:00
|
|
|
--daemon-address: address:port of daemon
|
2022-06-08 00:14:09 +01: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 15:43:44 +01:00
|
|
|
--pool (optional): enable pool mining, disable keyhash replacement
|
2022-11-16 23:54:30 +00:00
|
|
|
--wallet-address=<dero1....> use this wallet address for all connections
|