This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Merged mining and share batching
Breaking Changes
- Now requires version 0.2 of cryptokit!
Features
- All shares are batched into one minute chunks instead of logging each individual share. Huge decrease in IO load and rows in SQL
- Complete support for merge mining an arbitrary number of currencies. Allows configurable pushing and flushing of jobs for new aux work.
Bugs
- A few more properly closing file descriptor problems resolved.