From 5bb9a1949bd6cc493b9c8fe74fdc2f29210835a4 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Tue, 23 Mar 2021 15:40:19 -0600 Subject: [PATCH] anonymous targets --- source/support/concepts.rst | 10 +++++----- source/support/faq.rst | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/support/concepts.rst b/source/support/concepts.rst index 885464b..336bbb8 100644 --- a/source/support/concepts.rst +++ b/source/support/concepts.rst @@ -88,7 +88,7 @@ When you use Tor to communicate with services running on the Embassy, all the tr Furthermore, every service on the Embassy has a different Tor address, including the device itself. This is for privacy reasons - should one Tor address be exposed, the others will not be compromised. Tor addresses are actually ed25519 keys, which means they also provide all the benefits of cryptographically secure private/public keys. -Here's an introductory video on `Tor `_. +Here's an introductory video on `Tor `__. .. _node: @@ -99,9 +99,9 @@ The Embassy runs a Bitcoin Full Node. When most people say "full node" what the All that said, it will soon be possible to run a full archival node with he embassy, should you determine you want block explorer functionality. This will require plugging in an external hard drive to the embassy and changing a setting in the app, and also a resycnhing of the blockchain from genesis. -A video explainin the importance of running a node can be found `here `_. +A video explainin the importance of running a node can be found `here `__. -You can learn more about Bitcoin `here `_. +You can learn more about Bitcoin `here `__. Bitcoin wallets =============== @@ -119,6 +119,6 @@ The word "wallet" has come to mean a lot of things, depending on who you ask and Lightning Network ================= -The Lightning Network is a "payment layer" that sits on top of the Bitcoin blockchain, which it uses for final settlement. This allows Bitcoin to scale without affecting the security of the protocol layer. It is easiest to think of Lightning Network as a system that allows anyone to use their Bitcoin to have a running tab (think bar tab) of money they owe each other. For example, 2 friends may have a "channel" (tab) between them that they use for exchanging value. The channel keeps track of who owes what. Those payments can be settled at any time on the Bitcoin blockchain if either or both parties decide to close out. One big incentive to use Lightning is that payments are extremely fast and fees are extremely low. You can find an introductory video explanation `here `_. +The Lightning Network is a "payment layer" that sits on top of the Bitcoin blockchain, which it uses for final settlement. This allows Bitcoin to scale without affecting the security of the protocol layer. It is easiest to think of Lightning Network as a system that allows anyone to use their Bitcoin to have a running tab (think bar tab) of money they owe each other. For example, 2 friends may have a "channel" (tab) between them that they use for exchanging value. The channel keeps track of who owes what. Those payments can be settled at any time on the Bitcoin blockchain if either or both parties decide to close out. One big incentive to use Lightning is that payments are extremely fast and fees are extremely low. You can find an introductory video explanation `here `__. -You can learn more about Lightning `here `_. +You can learn more about Lightning `here `__. diff --git a/source/support/faq.rst b/source/support/faq.rst index 4376fd5..eebbc16 100644 --- a/source/support/faq.rst +++ b/source/support/faq.rst @@ -187,7 +187,7 @@ Are my Internet requests anonymous and secure? EmbassyOS and every service on the Embassy serve their own Tor Hidden Services with unique Tor addresses. The private keys used to create these addresses are generated on your phone or computer when you first set up the Embassy. No one, not even Start9, has any idea what your Tor addresses are, let alone the password(s) you choose to authenticate with them. Can multiple Embassies be setup to run redundantly in physically separate locations? ------------------------------------------------------------------------------------ +------------------------------------------------------------------------------------ Soon (tm). Currently no, be we have plans for a feature that will enable Embassies to provide encrypted, automated backup services for one another. How does the Embassy compare to other Bitcoin nodes or personal servers? @@ -390,7 +390,7 @@ How do I connect my Spark mobile app to the Embassy Spark server? To use a Spark client, you still need to have Spark installed on the Embassy (which ‘serves’ Spark). Then, under Properties, there is a "Pairing URL". The first part of this is the server URL, and the end portion of it is the access key. Are my addresses, channels, and balances all stored in LND or in RTL? --------------------------------------------------------------------- +--------------------------------------------------------------------- This is all on LND, and RTL is just a GUI for accessing LND. On-chain balance is also part of the LND backup. Is there a way to use the channel backups made within RTL?