From 7d88c5ac2cb524cf491251df933b26c9d8ebdea0 Mon Sep 17 00:00:00 2001 From: 8lecramm <89603217+8lecramm@users.noreply.github.com> Date: Fri, 27 May 2022 02:36:27 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e94737..a77ee4d 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,20 @@ # derohe-proxy 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 release is working. +Long To-Do list, but this is a working release. **Features** - random nonces +- muliple wallets are supported - notification of incoming / lost connections -- statistics every 5 minutes +- user-defined logging interval **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 --daemon-address: address:port of daemon + +--log-interval (optional): logging every X seconds, default is 60 seconds