Skip to content

If I lose connectivity from bitcoind and later regain, will Eclair reconnect automatically? #2015

Answered by t-bast
fiatjaf asked this question in Q&A
Discussion options

You must be logged in to vote

it apparently isn't able to pick up the connection to bitcoind again after it comes back

Can you detail what you mean exactly by that?
Which connection? ZMQ or RPC calls?

For ZMQ, take a look at logs from the ZmqActor in your file, you should see logs about connection/disconnection (

). The underlying ZMQ library should handle automatic reconnection, if it doesn't it's worth investigating.

As for RPC calls, those don't require a long-lived connection, so they should just work when your node is back up.

AFAIK you shouldn…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fiatjaf
Comment options

Answer selected by fiatjaf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants