-
### Issue and Steps to Reproduce
Situation is:
1. trying to pay invoice generated by wallet app, invoice is on 1 sat
2. wallet app is configured to connect to one of the node of LN (in my case zigz…
-
I'm currently in the process of building the Lightning Network payout feature which will allow users of Bull Bitcoin to purchase bitcoins with fiat and have the coins sent to the via LN rather than on…
-
I'm creating a PoS app with a BTCPay backend. That app displays QR codes for the payer to scan, the QR code encodes a BIP21 or BOLT11 payment URL. It also lets the payer choose a tip (5%/10%/round up)…
-
Right now the invoice is only displayed as QR code but if you have to copy and paste the invoice or if you're using the Tor browser (which doesn't display the QR codes by default) you want to see the …
-
The `help` command shows the following parameters for `pay`:
```
$ lightning-cli help | grep pay
pay bolt11 [msatoshi] [description] [riskfactor] [maxfeepercent] [retry_for] [maxdelay] [exemptfee…
-
expire_time is used instead of expiry.
Seems some small modifications to other tags as well.
Any reason they don't follow the tags named here: https://github.com/lightningnetwork/lightning-rfc/blob/…
-
I was generating the bolt11-field of an invoice via:
lightning-cli invoice amount label description | jq -r '.bolt11'
and from that I generated the QR code. Spark wasn't able recognize the bolt1…
ghost updated
6 years ago
-
Two nodes on my lan connected using (shared) regtest bitcoind, fundchannel A->B, about 6777215 sat (using `all` option)
Then create invoice on B for 1000 msat, gives warning `"No channels have suff…
-
@dcousens I noticed the builds were failing for travis on Node 4 and 5.
Default node when installing apt on Ubuntu 16.04 is v6
Which is already getting pretty old.
What are your thoughts on rem…
-
Hi, i want to use you code to build a better version of https://lndecode.com/ . One that shows the payee node public key, so one can use it at yalls.org for example. Could you npm publish the current …