Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Minor bugs and improvements, sphinx docs

Compare
Choose a tag to compare
@icook icook released this 01 Dec 20:28
· 45 commits to master since this release

Bugs

  • default SHA256 hashes_per_share config was wrong
  • Dont record shares in the share chain for merge mined currencies (thanks @sbwdlihao)

Improvements

  • StratumServer now holds recent jobs in memory so that stale share tracking is more accurate. Also allows stale share tracking currency/algorithm information.
  • Live job storage moved from Jobmanager to the StratumServer, allowing a more event like system and reducing coupling between Jobmanager and StratumServer

Docs

  • Basic documentation has been added to ReadTheDocs, migrating and updating the README
  • Configuration example has more helpful information about configuration