This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Release 19
Changes
- BalanceChange API
- Fix ZCash shielding for coins other than ZCash (ZCL, ZEN, BTCP etc)
- Fixed t-addr balance calculation for ShieldCoinbaseEmulatedAsync (ZCL, ZEN, BTCP etc)
- Support multiple external stratums
- Share relay (instead of persisting shares to the database, relay them using ZMQ to a master pool - useful for clustering)
Breaking Changes
- Pool configuration option
externalStratum
has been removed - Pool configuration options
externalStratumZmqSocket
andexternalStratumZmqTopic
have been replaced by an array of objects:
"externalStratums": [{
"url": "tcp://localhost:13032",
"topic": "xmr1"
}]