-
With bbolt, it isn't possible to run two lnd instances using the same database simultaneously. Bbolt is protecting against that. WIth postgres however, there is no such mechanism in place by default. …
-
-
In version 0.9.1 RC2 (and likely in the final 0.9.1 release), I noticed that when opening an outgoing channel to a specific node, the backup process does not occur immediately as expected. Upon checki…
-
would be good to have some examples in the readme like ln-service repo.
I've tried this
```
const lndReport = await lnAccounting.getAccountingReport({lnd, currency: 'BTC', request: test, …
-
The `lnd` repository doesn't have a policy that enforces reviews are required for merging to master for an administrator `'administrator PRs are exempt from reviews on branch 'master'` example https:/…
-
I'm still wrapping my head around how this library is structured, and it seems rather heavy with things like Katip embedded directly within it, but as best I can tell all of the rpc functions themselv…
-
### Background
We have a transaction X that is confirmed on-chain, but somehow its input is still listed by `lncli listunspent`. Transaction X also isn't listed by `lncli listchaintxns`. This cause…
-
Something like the equivalent of `SubscribeInvoices` in LND: https://api.lightning.community/#subscribeinvoices
This will probably require gRPC, because it has a streaming response.
-
Hello,
I am looking for an advanced setting to disable the broadcoasting button on account level.
Why?
If you are using Sparrow for external funding of lightning channels you don't have to broadc…
-
so that it can talk to the lnd lightning node
```
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28332
```