This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Release 0.15
Changes
- Support ZMQ block notify for Bitcoin family. Fixes #151.
- Adjust Lyra2v2 Hashrate multiplier. Fixes #168
- Made RPC polling optional
- Updated configuration examples to be closer to real world usage
- Added no-RPC-polling config example
Notes
We now support streaming Block Notifications via ZeroMQ messaging from Bitcoin Family daemons. This greatly reduces the latency for detecting new blocks, while eliminating the need for aggressively fast polling for updates. This is achieved by the new configuration option zmqBlockNotifySocket
at the pool-configuration root level. The value of this option is a string that should match the value of the -zmqpubhashblock
parameter passed to the coin daemon.