diff --git a/README.md b/README.md index eb423874f..a22c857c5 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ LNURL has a fallback scheme, so if scanned by a regular QR code reader it can de ![lnurl fallback](https://i.imgur.com/CPBKHIv.png) 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 stilll be able to access the funds. +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](https://i.imgur.com/Gi6bn3L.jpg) diff --git a/docs/guide/wallets.md b/docs/guide/wallets.md index 9eaca8d46..1a65c7521 100644 --- a/docs/guide/wallets.md +++ b/docs/guide/wallets.md @@ -8,8 +8,7 @@ nav_order: 3 Backend wallets =============== -LNbits can run on top of many lightning-network funding sources. Currently there is support for -CoreLightning, LND, LNbits, LNPay, lntxbot and OpenNode, with more being added regularily. +LNbits can run on top of many lightning-network funding sources. Currently there is support for CoreLightning, LND, LNbits, LNPay, lntxbot and OpenNode, with more being added regularly. A backend wallet can be configured using the following LNbits environment variables: @@ -27,22 +26,6 @@ Using this wallet requires the installation of the `pylightning` Python package. - `SPARK_URL`: http://10.147.17.230:9737/rpc - `SPARK_TOKEN`: secret_access_key -### LND (gRPC) - -Using this wallet requires the installation of the `grpcio` and `protobuf` Python packages. - -- `LNBITS_BACKEND_WALLET_CLASS`: **LndWallet** -- `LND_GRPC_ENDPOINT`: ip_address -- `LND_GRPC_PORT`: port -- `LND_GRPC_CERT`: /file/path/tls.cert -- `LND_GRPC_MACAROON`: /file/path/admin.macaroon or Bech64/Hex - -You can also use an AES-encrypted macaroon (more info) instead by using - -- `LND_GRPC_MACAROON_ENCRYPTED`: eNcRyPtEdMaCaRoOn - -To encrypt your macaroon, run `./venv/bin/python lnbits/wallets/macaroon/macaroon.py`. - ### LND (REST) - `LNBITS_BACKEND_WALLET_CLASS`: **LndRestWallet**