Sphinx update, minor edits

This commit is contained in:
kn0wmad
2021-04-20 11:50:50 -06:00
parent 8b5f05a452
commit bbe74f4158
2 changed files with 11 additions and 9 deletions

View File

@@ -46,8 +46,8 @@ The commitment fees are automatically negotiated every few blocks with your peer
What would happen if I shut down an Embassy that is running a Lightning node with open channels? What would happen if I shut down an Embassy that is running a Lightning node with open channels?
------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------
It is REALLY IMPORTANT that people understand that if they shut off their Lightning services for long periods of time (days on end) it is possible for your peers to cheat you out of money. If you are not prepared to LOSE ALL THE MONEY IN YOUR CHANNELS, KEEP YOUR NODE RUNNING. It is REALLY IMPORTANT to understand that if Lightning services are shut off for long periods of time (days on end) it is possible for your peers to cheat you out of money. If you are not prepared to LOSE ALL THE MONEY IN YOUR CHANNELS, KEEP YOUR NODE RUNNING.
That said, malicious actors on the network right now are probably sparse, however you are still open to that risk if you do not keep your node online. That said, malicious actors on the network right now are probably sparse. However, you are still open to that risk if you do not keep your node online.
Is there a solution to this? Is there a solution to this?
---------------------------- ----------------------------
@@ -70,8 +70,8 @@ Bitcoin Wallet Tracker and Electrum Personal Server are 2 services that do the s
Both work with your Bitcoin node to provide a richer set of information to wallets than could be done with bitcoind alone. They are basically identical in purpose, their differences are notably in the software memory requirements and how snappily they can answer the same questions. Both work with your Bitcoin node to provide a richer set of information to wallets than could be done with bitcoind alone. They are basically identical in purpose, their differences are notably in the software memory requirements and how snappily they can answer the same questions.
Electrum (and some other wallets) require more than just a Bitcoin node to run in a sovereign way, they require an “Electrum Server”. Both Electrum Personal Server and Bitcoin Wallet Tracker are “Electrum servers”. Electrum (and some other wallets) require more than just a Bitcoin node to run in a sovereign way, they require an “Electrum Server”. Both Electrum Personal Server and Bitcoin Wallet Tracker are “Electrum servers”.
I want to use my hardware signer, such as Coldcard or Trezor with my Embassy. How does this work? 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. You do not use hardware signers directly with your node. Hardware signers interface with wallets, and wallets interface with nodes.
Node (Embassy) <— Wallet (Specter, Sparrow, Electrum) <— Hardware signer (Coldcard, Trezor) Node (Embassy) <— Wallet (Specter, Sparrow, Electrum) <— Hardware signer (Coldcard, Trezor)
@@ -92,6 +92,12 @@ Which wallets can I use that sync with my Embassy Bitcoin node?
--------------------------------------------------------------- ---------------------------------------------------------------
There are many wallets that support linking to your own full node. You will need one that supports tor. Here are a few options that are compatible: FullyNoded, Samourai, Specter, Wasabi, Zap, and Zeus. There are many wallets that support linking to your own full node. You will need one that supports tor. Here are a few options that are compatible: FullyNoded, Samourai, Specter, Wasabi, Zap, and Zeus.
Is there a guide for connecting Specter Wallet to my Embassy?
-------------------------------------------------------------
There is. Please follow the integration guide `here <https://github.com/Start9Labs/bitcoind-wrapper/tree/master/docs/integrations/specter>`_ and select the tutorial based on your operating system.
More guides, particularly in video form, are forthcoming.
Is BlueWallet an option? Is BlueWallet an option?
------------------------ ------------------------
BlueWallet requires a separate backend service called LNDHub, which is not available on the Embassy at this time. BlueWallet requires a separate backend service called LNDHub, which is not available on the Embassy at this time.

View File

@@ -49,7 +49,7 @@ Cups does not have multiple accounts support. Each person would need their own E
Is the embassy able to connect to Sphinxchat? Is the embassy able to connect to Sphinxchat?
--------------------------------------------- ---------------------------------------------
Maybe, but we are also planning to add Sphinxchat to the Embassy directly. We have added Sphinx as an Embassy service. Please see the announcement `here <https://start9labs.medium.com/new-service-sphinx-chat-2cd4f40d3f05>`_ and check the Marketplace to start using Sphinx!
I get an error ("Unlock Wallet Failed") when trying to log in to RTL, what can I do? I get an error ("Unlock Wallet Failed") when trying to log in to RTL, what can I do?
------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------
@@ -63,10 +63,6 @@ Can the browser extension be used with Bitwarden hosted on the embassy?
----------------------------------------------------------------------- -----------------------------------------------------------------------
Yes, but only in a tor-enabled browser. Just add your .onion address as the server in the extension. Yes, but only in a tor-enabled browser. Just add your .onion address as the server in the extension.
I heard I can connect Specter Wallet to my Embassy; is there a guide for that?
------------------------------------------------------------------------------
There is. Please follow the integration guide `here <https://github.com/Start9Labs/bitcoind-wrapper/tree/master/docs/integrations/specter>`_ and select the tutorial based on your operating system.
I don't see an answer to my question regarding a certain service. Is there more documentation? 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. 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.