Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing ZMQ notifications #241

Open
MorningLightMountain713 opened this issue Sep 11, 2024 · 0 comments
Open

Add missing ZMQ notifications #241

MorningLightMountain713 opened this issue Sep 11, 2024 · 0 comments

Comments

@MorningLightMountain713
Copy link

MorningLightMountain713 commented Sep 11, 2024

bitcoin/bitcoin#13570

(Almost) All fluxnodes now run fluxd with zmq notifications enabled. (FluxOS isn't using this right now, but it will be for block notifications in the medium term future).

Any nodes that don't use zelcash.service will not have it enabled. As of version 5.25.0, this was < 0.5% of nodes. I will probably look to enable it on the remaining nodes also.

bitcoind has the abillity to query the getzmqnotifications rpc endpoint to see the status of zmq.

It is quite tricky with current fluxd setup as we have to physically check if zmq is reachable which is messy.

This would be quite a good first issue for me to implement - I could look at doing this after I finish current works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant