Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Release 19

Compare
Choose a tag to compare
@oliverw oliverw released this 26 Feb 17:56
· 1790 commits to master since this release

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 and externalStratumZmqTopic have been replaced by an array of objects:
"externalStratums": [{
    "url": "tcp://localhost:13032",
    "topic": "xmr1"
}]