Skip to content

Instantly share code, notes, and snippets.

@hectorchu
Last active February 19, 2025 15:30
Show Gist options
  • Save hectorchu/380c2a4b121d00aad51872eaf9acffa9 to your computer and use it in GitHub Desktop.
Save hectorchu/380c2a4b121d00aad51872eaf9acffa9 to your computer and use it in GitHub Desktop.
How to setup BTCPayServer with Litecoin MWEB

Setup btcpayserver-docker with the opt-add-ltcmweb fragment.

Install the plugin (or restart BTCPayServer if already installed).

Add MWEB View Keys to Litecoin MWEB Wallet settings in BTCPayServer admin.

They can be retrieved using Electrum MWEB (release-9 and later).

@hectorchu
Copy link
Author

One question out of this, actually -- for the view keys, we should copy and paste both view keys in the MWEB settings, correct?

Yep. The first one is the scan key, the second the spend pubkey. Only the first is needed to detect payments, but both are required to generate addresses.

@sethforprivacy
Copy link

One question out of this, actually -- for the view keys, we should copy and paste both view keys in the MWEB settings, correct?

Yep. The first one is the scan key, the second the spend pubkey. Only the first is needed to detect payments, but both are required to generate addresses.

Awesome, thanks for the prompt reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment