Go to file
8lecramm 156e068c5f
minimal option disabled
Option --minimal needs a rework
2022-12-26 22:56:41 +01:00
config worker support; minor fixes 2022-11-17 00:54:30 +01:00
proxy minimal option disabled 2022-12-26 22:56:41 +01:00
derohe-proxy.go minimal option disabled 2022-12-26 22:56:41 +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 minimal option disabled 2022-12-26 22:56:41 +01: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
  • multiple wallet support
  • notification of incoming and lost connections / submitted results / stats
  • user-defined logging interval
  • pool mining support (no stratum)
  • worker support (wallet_address.worker_name)

Usage

derohe-proxy [--listen-address=<127.0.0.1:11111>] [--log-interval=<60>] [--nonce] [--pool] --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
--nonce (optional): enable random nonces, disabled by default```
--pool (optional): enable pool mining, disable keyhash replacement
--wallet-address=<dero1....>   use this wallet address for all connections