add spark backend and fix c-lightning.
This commit is contained in:
parent
a79ec8f4a4
commit
0de08dda0b
4 changed files with 107 additions and 9 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