lnbits-legend/lnbits/extensions/watchonly
2021-08-11 22:19:27 -03:00
..
templates/watchonly added dynamic titles for continuity 2021-07-25 14:26:20 +01:00
__init__.py black formatting 2021-04-09 00:41:19 +01:00
config.json updated watchonly 2020-12-01 19:54:16 +00:00
crud.py fix insertion bugs/incompatibilities with lastrowid stuff. 2021-08-11 22:19:27 -03:00
migrations.py postgres support. 2021-07-02 17:34:31 -03:00
models.py prettier and black 2021-04-04 13:28:46 +01:00
README.md watch-only doc update 2021-06-10 12:03:44 -03:00
views_api.py black formatting 2021-04-09 00:41:19 +01:00
views.py black formatting 2021-04-09 00:41:19 +01:00

Watch Only wallet

Monitor an onchain wallet and generate addresses for onchain payments

Monitor an extended public key and generate deterministic fresh public keys with this simple watch only wallet. Invoice payments can also be generated, both through a publically shareable page and API.

  1. Start by clicking "NEW WALLET"
    new wallet
  2. Fill the requested fields:
    • give the wallet a name
    • paste an Extended Public Key (xpub, ypub, zpub)
    • click "CREATE WATCH-ONLY WALLET"
      fill wallet form
  3. You can then access your onchain addresses
    get address
  4. You can then generate bitcoin onchain adresses from LNbits
    onchain address

You can now use this wallet on the LNBits SatsPayServer extension