Go to file
2022-05-28 13:11:49 +02:00
proxy Add client_list_mutex 2022-05-28 13:11:49 +02:00
config.go fixed broken repo 2022-05-28 12:52:52 +02:00
derohe-proxy fixed broken repo 2022-05-28 12:52:52 +02:00
derohe-proxy.go fixed broken repo 2022-05-28 12:52:52 +02:00
go.mod Initial upload 2022-05-24 18:17:12 +02:00
go.sum Initial upload 2022-05-24 18:17:12 +02:00
license.txt Add license 2022-05-24 19:27:51 +02:00
README.md Update README.md 2022-05-27 02:36:27 +02:00

derohe-proxy

Proxy to combine miners and to reduce network load. Long To-Do list, but this is a working release.

Features

  • random nonces
  • muliple wallets are supported
  • notification of incoming / lost connections
  • user-defined logging interval

Usage

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