question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Use getzmqnotifications for the ZMQ addresses

See original GitHub issue

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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
sstonecommented, Feb 12, 2020

What are the limitations of using this rpc call ?

  • What does it return ? Is it just whatever is configured in bitcoin.conf or is it smarter (as in: don’t return something when it there was a zmq error)
  • How does it work when the bitcoin node is not on the same machine as the LN node and is accessed through its IP address ?
  • How does it work when the bitcoin node is not on the same machine and is accessed with SSH and port forwarding ? (this is a very common setup for testing and afaik the recommended way of accessing remote bitcoin node)
0reactions
t-bastcommented, Oct 1, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found