Feature request: Use getzmqnotifications for the ZMQ addresses
See original GitHub issueIssue Description
I think it would be nice if eclair used the getzmqnotifications RPC method in bitcoin to get the ZMQ addresses. It would mean users has less things to write in the eclair.conf
file.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (7 by maintainers)
Top Results From Across the Web
There should be a way to check whether ZeroMQ is enabled
It would be useful to have an easy way to query the daemon whether ZeroMQ publications are enabled and if so which address...
Read more >Accessing Bitcoin's ZeroMQ interface
In this tutorial, we will be taking a closer look at bitcoin's ZeroMQ messaging interface. This interface is useful for developing applications ...
Read more >Chapter 3 - Advanced Request-Reply Patterns - ZeroMQ guide
An application that uses a ROUTER socket to talk to specific peers can convert a logical address to an identity if it has...
Read more >Chapter 5 - Advanced Pub-Sub Patterns - ZeroMQ guide
We'll cover: When to use publish-subscribe How to handle too-slow subscribers (the ... Patterns we looked at advanced use of ZeroMQ's request-reply pattern....
Read more >Chapter 4 - Reliable Request-Reply Patterns - ZeroMQ guide
We need to take each core ZeroMQ messaging pattern and see how to make it work (if we can) even when code dies....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
What are the limitations of using this rpc call ?
Closing this issue. Since the fallback will always be needed, I don’t think this would be that much of an improvement considering the extra code it adds.