Skip to content

Does Eclair save private keys on the bitcoind node? #2138

Answered by sstone
fiatjaf asked this question in Q&A
Discussion options

You must be logged in to vote

That is correct: eclair does not include an onchain wallet (as opposed to c-lightning or lnd for example), and instead uses bitcoin-core to manage onchain funds:

  • funding transactions are funded by bitcoin core
  • closing transactions eventually return funds to bitcoin core: "transient" transactions (HTLC transactions, commitment transactions...) are handled by eclair which will create and publish spending transactions that return funds to bitcoin core when the appropriate delay (if any) has passed. Checking whether transactions have been spent/confirmed/... is done by fetching blocks and transactions

=> we don't send private keys to bitcoin core, and we also don't send public keys (to be u…

Replies: 2 comments 7 replies

Comment options

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

Answer selected by fiatjaf
Comment options

You must be logged in to vote
6 replies
@sstone
Comment options

@fiatjaf
Comment options

@sstone
Comment options

@fiatjaf
Comment options

@sstone
Comment options

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