Go to file
calle 2ee10e28c5
Backend: Unstuck outgoing payments (#857)
* first attempts

* lndrest works

* fix details

* optional fee update

* use base64.urlsafe_b64encode

* return paymentstatus

* CLN: return pending for pending invoices

* grpc wip

* lndgrpc works

* cln: return pending for pending invoices really this time

* retry wallet out of exception

* wip eclair

* take all routines into try except

* cliche: return error

* rename payment.check_pending() to payment.check_status()

* rename payment.check_pending() to payment.check_status()

* eclair: works

* eclair: better error check

* opennode: works

* check payment.checking_id istead of payment.ok

* payment.ok check as well

* cln: works?

* cln: works

* lntxbot: works

* lnbits/wallets/lnpay.py

* cln: error handling

* make format

* lndhub full detail update

* spark: wip

* error to False

* wallets: return clean PaymentResponse

* opennode: strict error

* cliche: works

* lnbits: works

* cln: dont throw error

* preimage not error

* fix cln

* do not add duplicate payments

* revert cln

* extra safety for cln

* undo crud changes until tests work

* tasks: better logging and 0.5s sleep for regular status check

* 0.1 s

* check if wallet exists

* lnbits unhashed description

* remove sleep

* revert app.py

* cleanup

* add check

* clean error

* readd app.py

* fix eclaid
2022-08-30 13:28:58 +02:00
.github change docker image name for regtest tests (#931) 2022-08-29 10:55:35 +02:00
docs Update installation.md 2022-08-21 12:57:28 -06:00
lnbits Backend: Unstuck outgoing payments (#857) 2022-08-30 13:28:58 +02:00
nix nix: add defaultText to services.lnbits.package (#803) 2022-08-03 09:52:04 +02:00
tests Boltz.exchange Extension (#922) 2022-08-30 12:51:17 +02:00
tools chore: format code 2022-08-19 08:51:57 +03:00
.dockerignore create new Dockerfile using poetry (#806) 2022-08-04 08:05:51 +02:00
.env.example Core: reserve fee as an .env variable (#631) 2022-08-13 20:19:08 +02:00
.gitignore Merge branch 'main' into matthewcroughan/nixify 2022-07-25 15:01:33 +01:00
.prettierrc apply prettier to everything. 2020-05-03 13:55:17 -03:00
build.py Poetry dev (#837) 2022-08-03 14:10:32 +02:00
Dockerfile create new Dockerfile using poetry (#806) 2022-08-04 08:05:51 +02:00
flake.lock Start using Nix as a reproducible build tool 2022-07-08 11:06:26 +01:00
flake.nix nix: remove forAllSystems from nixosModule 2022-07-14 05:32:16 +01:00
LICENSE Update LICENSE 2022-01-30 08:27:05 -03:00
Makefile Boltz.exchange Extension (#922) 2022-08-30 12:51:17 +02:00
package-lock.json back 2022-01-30 19:43:30 +00:00
package.json update prettier to 2.1.1 2020-09-14 09:14:51 -03:00
poetry.lock Poetry dev (#837) 2022-08-03 14:10:32 +02:00
pyproject.toml Poetry dev (#837) 2022-08-03 14:10:32 +02:00
README.md Updates to documentation (#574) 2022-08-03 10:03:01 +02:00
requirements.txt Added dependencies 2022-08-01 09:26:15 +01:00
result prettier/black 2022-07-27 20:16:32 +01:00

LNbits

license-badge docs-badge

Lightning network wallet

LNbits v0.9 BETA, free and open-source lightning-network wallet/accounts system

(Join us on https://t.me/lnbits)

(LNbits is beta, for responsible disclosure of any concerns please contact lnbits@pm.me)

Use legend.lnbits.com, or run your own LNbits server!

LNbits is a very simple Python server that sits on top of any funding source, and can be used as:

  • Accounts system to mitigate the risk of exposing applications to your full balance, via unique API keys for each wallet
  • Extendable platform for exploring lightning-network functionality via LNbits extension framework
  • Part of a development stack via LNbits API
  • Fallback wallet for the LNURL scheme
  • Instant wallet for LN demonstrations

LNbits can run on top of any lightning-network funding source, currently there is support for LND, c-lightning, Spark, LNpay, OpenNode, lntxbot, with more being added regularly.

See legend.lnbits.org for more detailed documentation.

Checkout the LNbits YouTube video series.

LNbits is inspired by all the great work of opennode.com, and in particular lnpay.co. Both work as excellent funding sources for LNbits.

Running LNbits

See the install guide for details on installation and setup.

LNbits as an account system

LNbits is packaged with tools to help manage funds, such as a table of transactions, line chart of spending, export to csv + more to come..

Lightning network wallet

Each wallet also comes with its own API keys, to help partition the exposure of your funding source.

(LNbits M5StackSats available here https://github.com/arcbtc/M5StackSats)

lnurl ATM

LNbits as an LNURL-withdraw fallback

LNURL has a fallback scheme, so if scanned by a regular QR code reader it can default to a URL. LNbits exploits this to generate an instant wallet using the LNURL-withdraw.

lnurl fallback

Using lnbits.com/?lightning="LNURL-withdraw" will trigger a withdraw that builds an LNbits wallet. Example use would be an ATM, which utilises LNURL, if the user scans the QR with a regular QR code scanner app, they will still be able to access the funds.

lnurl ATM

LNbits as an insta-wallet

Wallets can be easily generated and given out to people at events (one click multi-wallet generation to be added soon). "Go to this website", has a lot less friction than "Download this app".

lnurl ATM

Tip us

If you like this project and might even use or extend it, why not send some tip love!