mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
Merge pull request #130 from Start9Labs/service-guide-update
Added Zeus instructions to Lightning Service Guides
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -305,20 +305,20 @@ sphinx = ">=1.3.1"
|
||||
|
||||
[[package]]
|
||||
name = "requests"
|
||||
version = "2.27.1"
|
||||
version = "2.28.0"
|
||||
description = "Python HTTP for Humans."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
||||
python-versions = ">=3.7, <4"
|
||||
|
||||
[package.dependencies]
|
||||
certifi = ">=2017.4.17"
|
||||
charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""}
|
||||
idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""}
|
||||
charset-normalizer = ">=2.0.0,<2.1.0"
|
||||
idna = ">=2.5,<4"
|
||||
urllib3 = ">=1.21.1,<1.27"
|
||||
|
||||
[package.extras]
|
||||
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
|
||||
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
||||
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
|
||||
|
||||
[[package]]
|
||||
@@ -837,8 +837,8 @@ recommonmark = [
|
||||
{file = "recommonmark-0.5.0.tar.gz", hash = "sha256:a520b8d25071a51ae23a27cf6252f2fe387f51bdc913390d83b2b50617f5bb48"},
|
||||
]
|
||||
requests = [
|
||||
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
|
||||
{file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
|
||||
{file = "requests-2.28.0-py3-none-any.whl", hash = "sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f"},
|
||||
{file = "requests-2.28.0.tar.gz", hash = "sha256:d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b"},
|
||||
]
|
||||
six = [
|
||||
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
|
||||
|
||||
@@ -81,13 +81,21 @@ Zeus
|
||||
Available For
|
||||
.............
|
||||
- Android
|
||||
- iOS (Coming Soon)
|
||||
- iOS
|
||||
|
||||
.. LND
|
||||
.. ...
|
||||
.. - Add a new Node of type "LND"
|
||||
.. - Scan the Connection String QR code (REST) from your LND service page > Properties
|
||||
.. note:: Compatible with LND only
|
||||
|
||||
.. Spark
|
||||
.. .....
|
||||
#. Download the Zeus: Bitcoin and Lightning wallet from your mobile device's application store.
|
||||
#. Open your Embassy's web interface and log in
|
||||
#. Select Services -> Lightning Network Daemon
|
||||
#. Select "Properties"
|
||||
#. Click the QR Code icon next to "LND Connect REST URL" to display the QR code
|
||||
#. Open Zeus on your mobile device and go to Settings / Get Started -> Connect a node -> +
|
||||
#. Select "Use Tor"
|
||||
#. Press the "SCAN LNDCONNECT CONFIG" button
|
||||
#. Scan the QR Code displayed on the Embassy's LND Connect REST URL screen
|
||||
|
||||
.. note:: If you have trouble scanning it, bring your phone very close to the QR code until it fills the entire target square on your mobile device's QR code camera.
|
||||
#. Zeus will fill in your node details based on the information in the QR code
|
||||
#. Click "SAVE NODE CONFIG"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user