Go to file
2022-07-19 20:44:13 +01:00
proxy Send Hashrate to Hansen33 Nodes 2022-07-19 20:44:13 +01:00
config.go "Nonce" switch added, minor changes 2022-06-08 01:03:38 +02:00
derohe-proxy.go Send Hashrate to Hansen33 Nodes 2022-07-19 20:44:13 +01: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-06-08 01:14:09 +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 and lost connections / submitted results / stats
  • user-defined logging interval

Usage

derohe-proxy [--listen-address=<127.0.0.1:11111>] [--log-interval=<60>] [--minimal] [--nonce] --daemon-address=<1.2.3.4:10100>

--daemon-address: address:port of daemon
--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```