lightning-charge icon indicating copy to clipboard operation
lightning-charge copied to clipboard

A simple drop-in solution for accepting lightning payments

Results 16 lightning-charge issues
Sort by recently updated
recently updated
newest added

failed to install sudo npm install -g lightning-charge --unsafe-perm npm ERR! code 1 npm ERR! path /usr/local/lib/nodejs/node-v14.17.6-linux-arm64/lib/node_modules/lightning-charge/node_modules/sqlite3 npm ERR! command failed npm ERR! command sh -c node-gyp rebuild npm ERR!...

I am trying to revive some installation of nanotip. My btc node is up and running (for years now),actual version and fully synced not pruned. It's running in a container...

I read the README file and followed the instructions. I did $ git clone https://github.com/ElementsProject/lightning-charge.git $ cd lightning-charge $ npm install I see a lot of depricated warning messages then...

Hi, as running lightning-charge directly doesn't work for me (see https://github.com/ElementsProject/lightning-charge/issues/86), I tried to run it via Docker. My existing c-lightning lives in /root/.lightning and Bitcoin in /var/lib/bitcoin on the...

Been having problems with lightning charged on ARM64 for quite a while now, so filing an issue as I was unable to determine why the docker container keeps restarting. Using...

- [x] add a new table `lnurlpay_endpoint` and a column to the `invoice` table for loosely referencing the lnurl-pay endpoint an invoice is related to when applicable - [x] add...

Lightningd is now creating sub directories for mainnet, testnet and regtest in the lightning-dir. This seems to cause issues when running on regtest. C. F https://bitcoin.stackexchange.com/questions/96028/run-lightning-charge-on-c-lightning-regtest/96032#96032

Updated old link going to streamdata to apifriends which now hosts all old streamdata blogs

Fixes #29. If the announce address is unknown, node info isn't displayed. The code probably needs some polishing...