mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 20:14:50 +00:00
Merge branch 'docs-updates' into video-embedding
This commit is contained in:
@@ -3,3 +3,12 @@
|
|||||||
{% extends "!layout.html" %}
|
{% extends "!layout.html" %}
|
||||||
|
|
||||||
{% set css_files = css_files + ['_static/default.css'] %}
|
{% set css_files = css_files + ['_static/default.css'] %}
|
||||||
|
|
||||||
|
{% block extrahead %}
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="@start9labs">
|
||||||
|
<meta name="og:title" content="Start9 Docs">
|
||||||
|
<meta property="og:image" content="https://start9.com/images/icon.png" />
|
||||||
|
<meta name="og:description"
|
||||||
|
content="Documentation, guides, and FAQ for Start9 software and hardware products, as well as general information about open source technologies, Bitcoin, Lightning, and Tor.">
|
||||||
|
{% endblock %}
|
||||||
|
|||||||
@@ -90,17 +90,18 @@ The reason there is so much confusion about these 3 concepts is that the Bitcoin
|
|||||||
|
|
||||||
Please note: of the wallets listed (Specter/Sparrow/Electrum), only Specter is currently able to use Embassy as it's node, but the other two should be available soon.
|
Please note: of the wallets listed (Specter/Sparrow/Electrum), only Specter is currently able to use Embassy as it's node, but the other two should be available soon.
|
||||||
|
|
||||||
|
|
||||||
Why would I want to run a lightning node?
|
Why would I want to run a lightning node?
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
The Lightning Network (LN) is a second 'layer,' built on top of the Bitcoin Protocol. As a result all transactions on LN are backed up by the full security of the Bitcoin network. Lightning is designed for instant payments between nodes, but similar to running a Bitcoin node, running your own is the only way to be sovereign. When you have your own node, you will have the convenience of linking a Lightning wallet, for use on the go. It is also possible to earn an income (granted a very small one at this time), if you are willing to learn how to become a 'routing node.'
|
The Lightning Network (LN) is a second 'layer,' built on top of the Bitcoin Protocol. As a result all transactions on LN are backed up by the full security of the Bitcoin network. Lightning is designed for instant payments between nodes, but similar to running a Bitcoin node, running your own is the only way to be sovereign. When you have your own node, you will have the convenience of linking a Lightning wallet, for use on the go. It is also possible to earn an income (granted a very small one at this time), if you are willing to learn how to become a 'routing node.'
|
||||||
|
|
||||||
How do I get started with the Lightning Network?
|
Where can I find instructions to open a channel with Start9?
|
||||||
------------------------------------------------
|
------------------------------------------------------------
|
||||||
You might like to check out our video on Using the Lightning Network
|
Please check out our "Using Lightning" video `here <https://www.youtube.com/watch?v=rAvoUNsobws>`_.
|
||||||
|
|
||||||
.. youtube:: rAvoUNsobws
|
.. youtube:: rAvoUNsobws
|
||||||
|
|
||||||
|
Please remember to always open a "Private" channel with us, or your channel is likely to be closed. Please don't hesitate to reach out to us with any questions.
|
||||||
|
|
||||||
I opened a Lightning channel, but my local balance is lower than I expected. Where is the remainder?
|
I opened a Lightning channel, but my local balance is lower than I expected. Where is the remainder?
|
||||||
-----------------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------------
|
||||||
A fee to close the channel (onchain) is set aside at opening.
|
A fee to close the channel (onchain) is set aside at opening.
|
||||||
|
|||||||
Reference in New Issue
Block a user