You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.
Electrum Personal Server works with a Bitcoin Core watch-only wallet to monitor a specific set of addresses, avoiding the need for a full address index Electrum server.
Is there a (group of) xpub(s) that the Eclair Mobile wallet monitors, or is the derivation path more complicated?
Can the set out outputs the wallet needs to monitor be expressed as one or more output descriptors? As of Bitcoin Core v0.18 those can imported into a watch-only wallet via importmulti. If not, what's missing?
The text was updated successfully, but these errors were encountered:
The problem is that importing addresses / scripts to watch into Bitcoin Core is a one-off manual process at the moment. It sounds like EPS, or Electrum itself maybe, would have to be expanded a bit. For example whenever it hears about an unkown script/address it would immediately import that into Bitcoin Core and have it rescan a few blocks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be very cool to be able to use Eclair Mobile with Bitcoin Core. Perhaps Electrum Personal Server by @chris-belcher can help in this.
Electrum Personal Server works with a Bitcoin Core watch-only wallet to monitor a specific set of addresses, avoiding the need for a full address index Electrum server.
Is there a (group of) xpub(s) that the Eclair Mobile wallet monitors, or is the derivation path more complicated?
Can the set out outputs the wallet needs to monitor be expressed as one or more output descriptors? As of Bitcoin Core v0.18 those can imported into a watch-only wallet via
importmulti
. If not, what's missing?The text was updated successfully, but these errors were encountered: