From fee7b33a456a36545bfb0a10a34155647dd958aa Mon Sep 17 00:00:00 2001 From: bitcoinjet <59404315+jesuspirate@users.noreply.github.com> Date: Sun, 24 Mar 2024 19:56:44 -0400 Subject: [PATCH] update qr code and credentials paste within the app (#606) * update qr code and credentials paste within the app * update qr code and credentials paste within the app * adding extra information on what exactly to paste to fully noded app --------- Co-authored-by: Jesuspirate --- .../service-guides/lightning/fully-noded-lnd.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/site/source/service-guides/lightning/fully-noded-lnd.rst b/site/source/service-guides/lightning/fully-noded-lnd.rst index 8c63d8b..e1453b7 100644 --- a/site/source/service-guides/lightning/fully-noded-lnd.rst +++ b/site/source/service-guides/lightning/fully-noded-lnd.rst @@ -12,7 +12,17 @@ Available For: #. Download Fully Noded from the Apple App Store. #. Log into your Start9 server UI and select Services -> LND -> Properties. -#. Click the QR code icon next to "LND Connect REST URL" to display the QR code and scan/copy this with your iPhone/mac. +#. Click the QR code icon next to “LND Connect REST URL” to display the QR code and scan/copy this with your iPhone/mac. +## [Scanning QR] From the App, you have to go > Node manager > Add a node + > hit Scan QR (not LND) +## [Pasting credentials] From the App, you have to go > Node manager > Add a node (+) > select LND (not Scan QR). + + If pasting, there are 4 fields where we'll paste the LND Connect URL we copied earlier: + +a. Label (pick a name for your LND node) +b. Address (paste the address without the word "lndconnect") +c. Macaroon (paste the macaroon without the word "macaroon") +d. SSL Cert (optional field - leave it blank) + #. Press "SAVE" You can now use Fully Noded with your LND node to send/receive bitcoin over the lightning network, open/close channels, connect to peers, etc!