Skip to content

How does mempool keep track of lighting channel funding transactions? #4638

Closed Answered by softsimon
MikaeelMF asked this question in Q&A
Discussion options

You must be logged in to vote

If you run the Mempool backend with Electrs it will take the public graph available from your Lightning node and extract the funding TXID, and periodically scan to see if they are closed, to get the closing status and TXID.

If a channel is already closed and not announced in the network when you start your lightning node the first time, there will be no way of finding this data. Mempool Space has a longer history of storing the lightning network information.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by MikaeelMF
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