Update/more lightning changes (#627)
* Update lnd migration instructions * update zeus-cln to use clnrest * update LNbits instructions to auth with username/pass
|
Before Width: | Height: | Size: 433 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 888 KiB After Width: | Height: | Size: 333 KiB |
|
After Width: | Height: | Size: 189 KiB |
BIN
site/source/_static/images/lightning/zeus-cln-direct-step7.png
Normal file
|
After Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 209 KiB |
@@ -8,15 +8,13 @@ Migrating LND to StartOS
|
|||||||
|
|
||||||
This guide is for users seeking to migrate LND on-chain and lightning funds from a different node to StartOS easily and without closing channels. This migration will require two sets of hardware, your existing hardware you wish to migrate from, and the hardware running StartOS you are migrating to. Both devices must be running on the same LAN. The LND service on StartOS provides easy to use actions for users migrating from the below Node implementations:
|
This guide is for users seeking to migrate LND on-chain and lightning funds from a different node to StartOS easily and without closing channels. This migration will require two sets of hardware, your existing hardware you wish to migrate from, and the hardware running StartOS you are migrating to. Both devices must be running on the same LAN. The LND service on StartOS provides easy to use actions for users migrating from the below Node implementations:
|
||||||
|
|
||||||
- Umbrel (Both 0.4 and 0.5)
|
- Umbrel (Both 1.x and 0.5)
|
||||||
- RaspiBlitz
|
- RaspiBlitz
|
||||||
- myNode
|
- myNode
|
||||||
|
|
||||||
**Instructions**
|
**Instructions**
|
||||||
|
|
||||||
#. First, you will first navigate to your LND service on StartOS and click the `Stop` button to stop LND.
|
#. First, you will need a fresh installation of LND on StartOS which has *never* been started. Starting the LND service will create a wallet; if there is an existing LND wallet on StartOS, LND will *not* allow any of the `import` actions to be run.
|
||||||
|
|
||||||
.. warning:: Running any of the migration actions above will delete any existing LND wallet running on your StartOS server. If you have funds on your StartOS LND node, make sure to transfer these funds to another wallet before running a migration action.
|
|
||||||
|
|
||||||
#. Select the action corresponding to the node you are migrating from and fill out the corresponding IP and password(s). If you are unsure of the IP address of your node, you may need to check your router.
|
#. Select the action corresponding to the node you are migrating from and fill out the corresponding IP and password(s). If you are unsure of the IP address of your node, you may need to check your router.
|
||||||
|
|
||||||
|
|||||||
@@ -31,13 +31,13 @@ Setting up LNbits
|
|||||||
|
|
||||||
.. tip:: Remember - if you intend to connect BlueWallet or Zeus, that will only be possible with LND. Alby can work with both.
|
.. tip:: Remember - if you intend to connect BlueWallet or Zeus, that will only be possible with LND. Alby can work with both.
|
||||||
|
|
||||||
#. Head to LNbits on your server, click on **Properties** and copy the address under **(Tor) Superuser Account**:
|
#. Navigate to Services -> LNbits, click `Launch UI`, and authenticate with your 'Superuser Username' and 'Superuser Default Password' found in LNbits -> Properties:
|
||||||
|
|
||||||
.. figure:: /_static/images/services/lnbits/tor-super-user.png
|
.. figure:: /_static/images/services/lnbits/tor-super-user.png
|
||||||
:width: 40%
|
:width: 40%
|
||||||
:alt: tor-super-user
|
:alt: tor-super-user
|
||||||
|
|
||||||
#. Paste this address into your browser and you'll see the following screen - click **I understand**:
|
#. After logging into your LNbits account you'll see the following screen - click **I understand**:
|
||||||
|
|
||||||
.. figure:: /_static/images/services/lnbits/superuser-first-open.png
|
.. figure:: /_static/images/services/lnbits/superuser-first-open.png
|
||||||
:width: 60%
|
:width: 60%
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Zeus
|
Zeus
|
||||||
----
|
----
|
||||||
.. note:: You must first :ref:`connect to tor on your device<connecting-tor>`.
|
.. note:: You must first enable clnrest in Services -> Core Lightning -> Config -> Advanced -> Plugins -> CLNRest
|
||||||
|
|
||||||
Zeus is a powerful mobile wallet that can be connected directly to both LND and Core Lightning. If you'd like to connect via LNbits, which allows allocation of funds, please see :ref:`this guide<connecting-lnbits>`.
|
Zeus is a powerful mobile wallet that can be connected directly to both LND and Core Lightning. If you'd like to connect via LNbits, which allows allocation of funds, please see :ref:`this guide<connecting-lnbits>`.
|
||||||
|
|
||||||
@@ -22,19 +22,24 @@ Available For:
|
|||||||
.. figure:: /_static/images/lightning/zeus-cln-direct-step3.png
|
.. figure:: /_static/images/lightning/zeus-cln-direct-step3.png
|
||||||
:width: 60%
|
:width: 60%
|
||||||
|
|
||||||
#. Tap the QR code icon for "REST Quick Connect" to display the QR code.
|
#. Tap the QR code icon for "CLNRest Quick Connect" to display the QR code.
|
||||||
|
|
||||||
.. figure:: /_static/images/lightning/zeus-cln-direct-step4.png
|
.. figure:: /_static/images/lightning/zeus-cln-direct-step4.png
|
||||||
:width: 60%
|
:width: 60%
|
||||||
|
|
||||||
#. In Zeus, tap "Scan node config". Allow camera access, scan the QR code, and then tap 'Save node config'.
|
#. In Zeus, tap "ADVANCED SET-UP", followed by "Connect a node", and finally click the 'scan' icon in the top right to scan the qr code from step #3.
|
||||||
|
|
||||||
.. figure:: /_static/images/lightning/zeus-cln-direct-step5.png
|
.. figure:: /_static/images/lightning/zeus-cln-direct-step5.png
|
||||||
:width: 60%
|
:width: 60%
|
||||||
|
|
||||||
.. note:: If you already have other nodes configured in Zeus, go to Settings.-> Connect a node -> + . Then scan the QR code, and tap "Save node config".
|
#. Once the node info has been scanned into Zeus, click "SAVE NODE CONFIG" to connect to your node.
|
||||||
|
|
||||||
.. figure:: /_static/images/lightning/zeus-cln-direct-step6.png
|
.. figure:: /_static/images/lightning/zeus-cln-direct-step6.png
|
||||||
:width: 40%
|
:width: 40%
|
||||||
|
|
||||||
|
.. note:: If you already have other nodes configured in Zeus, Click the 'Node' icon in the top right -> 'plus' icon -> 'scan' icon . Then scan the QR code, and tap "SAVE NODE CONFIG".
|
||||||
|
|
||||||
|
.. figure:: /_static/images/lightning/zeus-cln-direct-step7.png
|
||||||
|
:width: 40%
|
||||||
|
|
||||||
#. That's it. You can now use your Core Lightning Node via Zeus.
|
#. That's it. You can now use your Core Lightning Node via Zeus.
|
||||||
|
|||||||