This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 684
New block notify by connecting to daemons as peer rather than block template polling #151
Labels
Milestone
Comments
Planned already. |
Really cool stuff! |
oliverw
pushed a commit
that referenced
this issue
Jan 15, 2018
@shwuhk This is now implemented using ZMQ pub/sub which is a much cleaner solution that's equally fast. |
How does this work? Any configuration needed? |
@Kukks Checkout the release notes for Release 0.15 that I'm just preparing. |
oliverw
pushed a commit
that referenced
this issue
Jan 15, 2018
This is awesome. It is much better than connecting it via peer method. |
@shwuhk I agree could you file a seperate issue for that? |
Sure. #183 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Mining core discover new block mined via polling, however, this method has delay(polling interval(. Will you consider to connect to daemons as peer and let daemons to notify a new block is mined. The same feature is implemented in https://github.com/zone117x/node-stratum-pool/blob/master/lib/peer.js
Thanks.
The text was updated successfully, but these errors were encountered: