From 6babeeca11d4eceb440622158a180d684e6165bc Mon Sep 17 00:00:00 2001 From: 8lecramm <89603217+8lecramm@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:43:44 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75a70c3..c7f36bd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # derohe-proxy Proxy to combine miners and to reduce network load. -Long To-Do list, but this is a working release. **Features** - random nonces @@ -9,14 +8,16 @@ Long To-Do list, but this is a working release. - notification of incoming and lost connections / submitted results / stats - user-defined logging interval - pool mining support (not stratum) +- set user-defined wallet address **Usage** -```derohe-proxy [--listen-address=<127.0.0.1:11111>] [--log-interval=<60>] [--minimal] [--nonce] [--pool] --daemon-address=<1.2.3.4:10100>``` +```derohe-proxy [--listen-address=<127.0.0.1:11111>] [--log-interval=<60>] [--minimal] [--nonce] [--pool] --daemon-address=<1.2.3.4:10100> --wallet-address=``` ```--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 +--wallet address (optional): use this wallet address for connection to node --log-interval (optional): logging every X seconds, where X >= 60. Default is 60 seconds --minimal (optional): forward only 2 jobs per block (1 for first 9 miniblocks, 1 for final miniblock) --nonce (optional): enable random nonces, disabled by default``` ---pool (optional): enable pool mining, disable keyhash replacement \ No newline at end of file +--pool (optional): enable pool mining, disable keyhash replacement