From 54441f5977871296e4a04917801046ce7d48944a Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Thu, 24 Jun 2021 13:54:48 -0600 Subject: [PATCH 1/3] Updated bad LN vidlink --- source/support/FAQ/bitcoin-faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/support/FAQ/bitcoin-faq.rst b/source/support/FAQ/bitcoin-faq.rst index f7dfb75..0cabae8 100644 --- a/source/support/FAQ/bitcoin-faq.rst +++ b/source/support/FAQ/bitcoin-faq.rst @@ -98,7 +98,7 @@ How can I get started with Lightning and open my first channel? --------------------------------------------------------------- You can check out our `"Using Lightning" video `_ and learn the basics, including opening a channel with Start9. -.. youtube:: rAvoUNsobws +.. youtube:: KhU_sTiaN8w 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. From b09ad602670d682109dce0f8b8ceba5d4b8db23e Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Thu, 24 Jun 2021 14:22:12 -0600 Subject: [PATCH 2/3] FAQ updates --- source/support/FAQ/bitcoin-faq.rst | 14 ++++++++++---- source/support/FAQ/services-faq.rst | 7 ++++++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/source/support/FAQ/bitcoin-faq.rst b/source/support/FAQ/bitcoin-faq.rst index 0cabae8..21bc124 100644 --- a/source/support/FAQ/bitcoin-faq.rst +++ b/source/support/FAQ/bitcoin-faq.rst @@ -62,16 +62,20 @@ Which wallets can I use that sync with my Embassy Bitcoin node? --------------------------------------------------------------- The only currently available external options are FullyNoded and Specter. Within the Embassy, BTCPayServer is available, which offers a wallet that is automatically connected to your Embassy's Bitcoin Core node. Keep in mind that this first and foremost a payment gateway, rather than a personal wallet. Unforutnately, this is still not a popular functionality in Bitcoin wallets. We are in communication with several wallet developers about adding Tor full node support. +What Lightning wallets can I use that sync with my Embassy? +----------------------------------------------------------- +Spark, Zap, and Zeus. + +Is BlueWallet an option? +------------------------ +BlueWallet requires a separate backend service called LNDHub, which is not available on the Embassy at this time. + Is there a guide for connecting Specter Wallet to my Embassy? ------------------------------------------------------------- There is. Please follow the integration guide `here `_ and select the tutorial based on your operating system. More guides, particularly in video form, are forthcoming. -Is BlueWallet an option? ------------------------- -BlueWallet requires a separate backend service called LNDHub, which is not available on the Embassy at this time. - I want to use my hardware signer, such as Coldcard or Trezor, with my Embassy. How does this work? --------------------------------------------------------------------------------------------------- You do not use hardware signers directly with your node. Hardware signers interface with wallets, and wallets interface with nodes. @@ -127,6 +131,8 @@ 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. +Unforutnately, Spark cannot currently be used in Consulate. This issue is being tracked `here `_. + 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. diff --git a/source/support/FAQ/services-faq.rst b/source/support/FAQ/services-faq.rst index e0518c8..f3b3457 100644 --- a/source/support/FAQ/services-faq.rst +++ b/source/support/FAQ/services-faq.rst @@ -76,9 +76,14 @@ We understand that this can be a frustrating limitation, and adding clearnet sup I'm having issues connecting to users or rooms in Matrix/Synapse, what can I do? -------------------------------------------------------------------------------- -Most issues in Matrix will be due to improper setup, or tor connectivity issues. Please follow the directions in the Synapse web interface closely, and be sure that you have a good tor connection on the device you are trying to connect with. +Most issues in Matrix will be due to improper setup, or tor connectivity issues. Please follow the directions in the Synapse web interface closely, and be sure that you have a good tor connection on the device you are trying to connect with. As with all Tor addresses, make sure you are using http:// as a prefix (some apps will automatically prefix https://. + Please reach out to us if you are still unable to connect. +My Element desktop client stopped working after an OS update, what is happening? +-------------------------------------------------------------------------------- +If you had to create a custom destkop shortcut, it is likely that this was reset with the system update, so you'll just need to remake it. + I don't see an answer to my question regarding a certain service. Is there more documentation? ----------------------------------------------------------------------------------------------- While we are intent on providing the most friendly experience possible to our customers, ultimately it will be impossible for Start9 to create documentation and tutorials for every service we make available on the Embassy. Each service *should* have its own documentation produced by the service developers themselves, and we will do our best keep track, consolidate, and link to it. Also, much of the reason good tutorials don't exist is simply because no one in the community has taken the time to produce it. If you come across something useful or write something up yourself, please let us know and we will promote it. Otherwise we will do our best to answer questions as they arise and gradually build out tutorials where they are lacking. From e8c48a85c8df0428340d50fbc9e66ae85b509543 Mon Sep 17 00:00:00 2001 From: kn0wmad <39687477+kn0wmad@users.noreply.github.com> Date: Thu, 24 Jun 2021 15:46:09 -0600 Subject: [PATCH 3/3] Update source/support/FAQ/bitcoin-faq.rst Co-authored-by: Chris Guida --- source/support/FAQ/bitcoin-faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/support/FAQ/bitcoin-faq.rst b/source/support/FAQ/bitcoin-faq.rst index 21bc124..30b1dd2 100644 --- a/source/support/FAQ/bitcoin-faq.rst +++ b/source/support/FAQ/bitcoin-faq.rst @@ -131,7 +131,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. -Unforutnately, Spark cannot currently be used in Consulate. This issue is being tracked `here `_. +Unfortunately, Spark cannot currently be used in Consulate. This issue is being tracked `here `_. Are my addresses, channels, and balances all stored in LND or in RTL? ---------------------------------------------------------------------