mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
Added sounds, latest podcast, YT links mobile responsive, misc edits
This commit is contained in:
@@ -23,7 +23,7 @@ During initial setup, I am unable to connect to "embassy.local".
|
||||
|
||||
* Confirm that your Embassy is plugged into both power and Ethernet.
|
||||
|
||||
* Confirm the Embassy emitted two sounds when powering on: a bep and a chime.
|
||||
* Confirm the Embassy emitted two :ref:`sounds<sounds>` when powering on: a bep and a chime.
|
||||
|
||||
* Confirm your phone is **not** connected to a “Guest” network
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ On first install, the Bitcoin service must verify the entire history of transact
|
||||
You can learn more about the Initial Block Download in `this video <https://www.youtube.com/watch?v=OrYDehC-8TU>`_.
|
||||
|
||||
.. youtube:: OrYDehC-8TU
|
||||
:width: 100%
|
||||
|
||||
Can the IBD (Initial Block Download) be made faster? Or can wait times be improved?
|
||||
------------------------------------------------------------------------------------
|
||||
@@ -56,7 +57,7 @@ Bitcoin Core is a full node that also contains wallet functionality. Some will
|
||||
You can use the wallet in Bitcoin Core, however it is for advanced users and is only available in the command line via SSH.
|
||||
|
||||
It is helpful to think of the Bitcoin Core service on the Embassy as your own personal Bitcoin Server. This is your own verified source of truth of the Bitcoin ledger, that requires no permission for you to set up and own. The job of your Bitcoin server is to verify that the transactions you want to make and receive are valid.
|
||||
There are modern wallets that have the ability to use your personal Bitcoin node as a source of truth, and with the advantages of additional security and advanced features. This also follows the Linux mantra of "do one thing and do it well." The recommended way to use Bitcoin with your Embassy’s Bitcoin node is with an external wallet.
|
||||
There are modern wallets that have the ability to use your personal Bitcoin node as a source of truth, and with the advantages of additional security and advanced features. This also follows the Linux mantra of "do one thing and do it well." The recommended way to use Bitcoin with your Embassy’s Bitcoin node is with an external wallet.
|
||||
The available wallets are listed in the following FAQ.
|
||||
|
||||
Which wallets can I use that sync with my Embassy Bitcoin and/or Lightning nodes?
|
||||
@@ -81,4 +82,4 @@ You would use your hardware signer with your wallet, then instruct that wallet t
|
||||
|
||||
- Signers are for generating and storing keys, as well as signing transactions.
|
||||
|
||||
The reason there is so much confusion about these 3 concepts is that the Bitcoin Core Node comes with its own Wallet (which you should not use), and that wallet is also a signer. In fact, most wallets double as signers, and most wallets do NOT support connecting to your own node. So, most wallets are actually serving as a wallet, a node, and a signer, which might be convenient, but it is neither trustless nor maximally secure. Ideally, you are using a wallet that supports both integrating with a hardware signer (like Coldcard or Trezor) AND a backend node (like on the Embassy).
|
||||
The reason there is so much confusion about these 3 concepts is that the Bitcoin Core Node comes with its own Wallet (which you should not use), and that wallet is also a signer. In fact, most wallets double as signers, and most wallets do NOT support connecting to your own node. So, most wallets are actually serving as a wallet, a node, and a signer, which might be convenient, but it is neither trustless nor maximally secure. Ideally, you are using a wallet that supports both integrating with a hardware signer (like Coldcard or Trezor) AND a backend node (like on the Embassy).
|
||||
|
||||
@@ -31,6 +31,7 @@ When you install Bitwarden on your Embassy, by contrast, it's like building your
|
||||
This `podcast <https://www.youtube.com/watch?v=aylDowaSdzU>`_ may help expound upon why this is important.
|
||||
|
||||
.. youtube:: aylDowaSdzU
|
||||
:width: 100%
|
||||
|
||||
How does Embassy work?
|
||||
----------------------
|
||||
@@ -57,7 +58,7 @@ EmbassyOS is a custom-built Linux distribution, which is a beefed up version of
|
||||
* Upgrade your Embassy software with the latest features and security updates
|
||||
* Backup services, and restore from backups if needed
|
||||
|
||||
It includes:
|
||||
It includes:
|
||||
|
||||
* a custom application management layer, specialized for installing, running, and backing up .s9pk packaged services
|
||||
* a layer responsible for Embassy specific operations, such as Tor, Backups, and Notifications
|
||||
@@ -121,4 +122,4 @@ I want to help, but I'm not a developer. Are there any ways for non-coders to c
|
||||
3. Make tutorial videos
|
||||
4. Write instruction manuals or commit to the docs
|
||||
|
||||
Check out the :ref:`Contribute<contribute>` section of this site for more details.
|
||||
Check out the :ref:`Contribute<contribute>` section of this site for more details.
|
||||
|
||||
@@ -13,6 +13,7 @@ How can I get started with Lightning and open my first channel?
|
||||
You can check out our `"Using Lightning" video <https://www.youtube.com/watch?v=rAvoUNsobws>`_ and learn the basics, including opening a channel with Start9.
|
||||
|
||||
.. youtube:: KhU_sTiaN8w
|
||||
:width: 100%
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user