mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
Update README.md
Using Polar to test Lightning payments.
This commit is contained in:
parent
4bcc18fb41
commit
9ed5297e91
1 changed files with 11 additions and 0 deletions
|
@ -26,6 +26,17 @@ You can also generate blocks:
|
||||||
.\docker-bitcoin-generate.ps1 3
|
.\docker-bitcoin-generate.ps1 3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Using Polar to test Lightning payments
|
||||||
|
|
||||||
|
-Install and run [Polar](https://lightningpolar.com/). Setup a small network of nodes.
|
||||||
|
-Goto your Store's General Settings and enable Lightning
|
||||||
|
-Build you connection string using the Connect infomation in the Polar app
|
||||||
|
|
||||||
|
LND Connection string example:
|
||||||
|
type=lnd-rest;server=https://127.0.0.1:8084/;macaroonfilepath="local path to admin.macaroon on your computer, without these quotes";allowinsecure=true
|
||||||
|
|
||||||
|
Now you can create a lightning invoice on BTCPayserver regtest and make payment through polar
|
||||||
|
PLEASE NOTE:
|
||||||
### Using the test litecoin-cli
|
### Using the test litecoin-cli
|
||||||
|
|
||||||
Same as bitcoin-cli, but with `.\docker-litecoin-cli.ps1` and `.\docker-litecoin-cli.sh` instead.
|
Same as bitcoin-cli, but with `.\docker-litecoin-cli.ps1` and `.\docker-litecoin-cli.sh` instead.
|
||||||
|
|
Loading…
Add table
Reference in a new issue