From e3c138fa98f1c0945720b01b0d80ab7cea9e8613 Mon Sep 17 00:00:00 2001 From: radWorx Date: Tue, 19 Jan 2021 13:02:26 -0500 Subject: [PATCH] Update README.md Update README.md #2210 --- BTCPayServer.Tests/README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/BTCPayServer.Tests/README.md b/BTCPayServer.Tests/README.md index a0c569f87..cc4e5cab6 100644 --- a/BTCPayServer.Tests/README.md +++ b/BTCPayServer.Tests/README.md @@ -28,15 +28,19 @@ You can also generate blocks: ### 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 +- Install and run [Polar](https://lightningpolar.com/). Setup a small network of nodes. +- Go to your store's General Settings and enable Lightning. +- Build your 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: +Now you can create a lightning invoice on BTCPayserver regtest and make a payment through polar. + +PLEASE NOTE: You may get an exception break in Visual Studio. You must quickly click "Continue" in VS so the invoice is generated. +Or, uncheck the box that says, "Break when this exceptiontype is thrown". + + ### Using the test litecoin-cli Same as bitcoin-cli, but with `.\docker-litecoin-cli.ps1` and `.\docker-litecoin-cli.sh` instead.