UNOMP / node-merged-pool

High performance Stratum poolserver in Node.js
GNU General Public License v2.0
77 stars 120 forks source link

Fix Block Notify #3

Closed Infernoman closed 8 years ago

Infernoman commented 8 years ago

This commit fixes the block notification. If a job manager hasn't started and a new notification comes into the pool. It crashes the pool worker.

This also fixes the block notification and entry into the database. After this update Auxiliary blocks will be correctly tracked in the database.

Infernoman commented 8 years ago

sweet.