add dependencies for corelightning and lndgrpc (#1003)
* add dependencies for corelightning and lndgrpc
* added wrong cln library, 🤦
This commit is contained in:
parent
f6d12c9d24
commit
8e06d779e7
4 changed files with 335 additions and 89 deletions
|
|
@ -15,8 +15,6 @@ A backend wallet can be configured using the following LNbits environment variab
|
|||
|
||||
### CoreLightning
|
||||
|
||||
Using this wallet requires the installation of the `pylightning` Python package.
|
||||
|
||||
- `LNBITS_BACKEND_WALLET_CLASS`: **CoreLightningWallet**
|
||||
- `CORELIGHTNING_RPC`: /file/path/lightning-rpc
|
||||
|
||||
|
|
@ -39,8 +37,6 @@ or
|
|||
|
||||
### 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue