lnbits-legend/lnbits/extensions/watchonly
2022-02-23 22:09:38 +00:00
..
templates/watchonly Fixed payment checking 2021-10-22 00:41:30 +01:00
__init__.py clean up (black, sort) 2021-10-18 10:58:09 +01:00
config.json whatchonly ext added 2021-10-14 11:45:30 +01:00
crud.py general cleanup and unused imports removal 2021-11-25 18:52:16 +00:00
migrations.py whatchonly ext added 2021-10-14 11:45:30 +01:00
models.py clean up (black, sort) 2021-10-18 10:58:09 +01:00
README.md whatchonly ext added 2021-10-14 11:45:30 +01:00
views_api.py fix update mempool 2022-02-23 22:09:38 +00:00
views.py general cleanup and unused imports removal 2021-11-25 18:52:16 +00: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