Merge pull request #43 from fiatjaf/lnurlpayserver
description_hash support, spark backend and lnurlp extension.
This commit is contained in:
commit
479760c5a5
29 changed files with 1136 additions and 60 deletions
|
|
@ -21,6 +21,11 @@ Using this wallet requires the installation of the `pylightning` Python package.
|
|||
- `LNBITS_BACKEND_WALLET_CLASS`: **CLightningWallet**
|
||||
- `CLIGHTNING_RPC`: /file/path/lightning-rpc
|
||||
|
||||
### Spark (c-lightning)
|
||||
|
||||
- `LNBITS_BACKEND_WALLET_CLASS`: **SparkWallet**
|
||||
- `SPARK_URL`: http://10.147.17.230:9737/rpc
|
||||
- `SPARK_TOKEN`: secret_access_key
|
||||
|
||||
### LND (gRPC)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue