From 1d6903166f78d1fd7fb53d25de5c27b6fff40fa7 Mon Sep 17 00:00:00 2001 From: Shadowy Super Coder Date: Sat, 2 Sep 2023 20:15:17 -0600 Subject: [PATCH] add fully noded guide for CLN and LND --- .../lightning/connecting-cln.rst | 1 + .../lightning/connecting-lnd.rst | 1 + .../lightning/fully-noded-cln.rst | 26 +++++++++++++++++++ .../lightning/fully-noded-lnd.rst | 22 ++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 site/source/guides/service-guides/lightning/fully-noded-cln.rst create mode 100644 site/source/guides/service-guides/lightning/fully-noded-lnd.rst diff --git a/site/source/guides/service-guides/lightning/connecting-cln.rst b/site/source/guides/service-guides/lightning/connecting-cln.rst index d2fb416..b81a4c3 100644 --- a/site/source/guides/service-guides/lightning/connecting-cln.rst +++ b/site/source/guides/service-guides/lightning/connecting-cln.rst @@ -12,6 +12,7 @@ If you want to connect a wallet to it, you can do so using one of the following :maxdepth: 1 alby-cln + fully-noded-cln ride-the-lightning spark zeus-cln-direct \ No newline at end of file diff --git a/site/source/guides/service-guides/lightning/connecting-lnd.rst b/site/source/guides/service-guides/lightning/connecting-lnd.rst index 64286c2..9ab4d5a 100644 --- a/site/source/guides/service-guides/lightning/connecting-lnd.rst +++ b/site/source/guides/service-guides/lightning/connecting-lnd.rst @@ -12,6 +12,7 @@ The following wallets can connect directly to LND via LND's REST API. :maxdepth: 1 alby-lnd + fully-noded-lnd ride-the-lightning zap zeus-lnd-direct \ No newline at end of file diff --git a/site/source/guides/service-guides/lightning/fully-noded-cln.rst b/site/source/guides/service-guides/lightning/fully-noded-cln.rst new file mode 100644 index 0000000..a537db6 --- /dev/null +++ b/site/source/guides/service-guides/lightning/fully-noded-cln.rst @@ -0,0 +1,26 @@ +.. _fully-noded-cln: + +Fully Noded +----------- + +Self sovereign, secure, powerful, easy to use wallet that utilizes your own CLN node as a backend. + +Available For: + +- iOS +- macOS + +.. note:: Works with both Core Lightning (CLN) and LND! If you'd like to connect Fully Noded to LND instead - please use :ref:`this guide`. + + +#. Download the Fully Noded from the Apple app store. +#. Open your Start9 server's web interface and log in. +#. Select Services -> Core Lightning -> Properties -> Sparko Properties. +#. Unfortunately Fully Noded does not support connecting to Sparko via QR code; Instead the Address and Sparko key will need to be individually scanned/copied and pasted into the respective fields in the Fully Noded app. +#. Click the QR code next to "Sparko Address" to display the QR code and scan/copy this with your iPhone/mac. +#. Open Fully Noded on your mobile device or mac and go to Settings -> Node Manager -> + -> Core Lightning +#. Paste the "Sparko Address" scanned above into the "Address" field, appending a colon and the port i.e. ``:9737`` after ``.onion`` +#. Back in your server's web interface click the QR code next to "Sparko key"; scan/copy and paste this into the "Sparko key" field in the Fully Noded app. +#. Press "SAVE" + +You can now use Fully Noded with your CLN node to send/receive bitcoin over the lightning network, open/close channels, connect to peers, etc! \ No newline at end of file diff --git a/site/source/guides/service-guides/lightning/fully-noded-lnd.rst b/site/source/guides/service-guides/lightning/fully-noded-lnd.rst new file mode 100644 index 0000000..197ea7b --- /dev/null +++ b/site/source/guides/service-guides/lightning/fully-noded-lnd.rst @@ -0,0 +1,22 @@ +.. _fully-noded-lnd: + +Fully Noded +----------- + +Self sovereign, secure, powerful, easy to use wallet that utilizes your own LND node as a backend. + +Available For: + +- iOS +- macOS + +.. note:: Works with both Core Lightning (CLN) and LND! If you'd like to connect Fully Noded to CLN instead - please use :ref:`this guide`. + + +#. Download the Fully Noded from the Apple app store. +#. Open your Start9 server's web interface and log in. +#. Select Services -> LND -> Properties +#. Click the QR code next to "LND Connect REST URL" to display the QR code and scan/copy this with your iPhone/mac. +#. 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! \ No newline at end of file