lnbits-legend/lnbits/extensions/watchonly
2022-07-28 15:04:13 +03:00
..
static/js refactor: remove snake_case from JS code 2022-07-28 15:04:13 +03:00
templates/watchonly feat: add on-chain watch-only functionality 2022-07-28 15:04:13 +03:00
__init__.py feat: add support for static files 2022-07-28 15:03:22 +03:00
config.json doc: update extension name Watch Only -> Onchain Wallet 2022-07-28 15:03:22 +03:00
crud.py fix: adress can have activity even if the current amount is zero 2022-07-28 15:04:13 +03:00
helpers.py feat: add on-chain watch-only functionality 2022-07-28 15:04:13 +03:00
migrations.py feat: update addresses and wallets table; add config table 2022-07-28 15:03:22 +03:00
models.py feat: add on-chain watch-only functionality 2022-07-28 15:04:13 +03:00
README.md doc: update extension name 2022-07-28 15:04:13 +03:00
views.py general cleanup and unused imports removal 2021-11-25 18:52:16 +00:00
views_api.py feat: add on-chain watch-only functionality 2022-07-28 15:04:13 +03:00

Onchain Wallet (watch-only)

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