Docs updates - User Manual, Device guides, electrs apps, upgrade-diy & kit (#165)

This commit is contained in:
gStart9
2022-09-07 16:37:18 +00:00
committed by kn0wmad
parent 1404ecd9b6
commit 09d3915a6f
5 changed files with 114 additions and 70 deletions

View File

@@ -10,43 +10,74 @@ Bitcoin
Here you will find guides on how to connect different kinds of Bitcoin wallets (hardware and software) to your Embassy node, to complete your sovereign Bitcoin stack!
Tested Wallets
--------------
.. _blockstream-green:
Blockstream Green
=================
-----------------
**Available For**
- Android/CalyxOS/GrapheneOS/LineageOS
- iOS
- Linux
- MacOS
- Windows
**Instructions**
Follow the `guide <https://github.com/Start9Labs/electrs-wrapper/blob/master/docs/integrations/blockstreamgreen/guide.md>`__.
.. note:: Not Possible at this time - No ability to connect to a Bitcoin node
.. _blue-wallet:
BlueWallet
==========
----------
**Available For**
- Android/CalyxOS/GrapheneOS/LineageOS
- iOS
**Instructions**
Follow the `guide <https://github.com/Start9Labs/electrs-wrapper/blob/master/docs/integrations/bluewallet/guide.md>`__.
.. note:: Not Possible at this time - Requires Electrum Server
.. _electrum:
.. Electrum
.. ========
Electrum
--------
**Available For**
- Android/CalyxOS/GrapheneOS/LineageOS
- Linux
- MacOS
- Windows
**Instructions**
Follow the `guide <https://github.com/Start9Labs/electrs-wrapper/blob/master/docs/integrations/electrum/guide.md>`__.
.. .. warning:: UNTESTED
.. _fully-noded:
FullyNoded
==========
----------
Available For
.............
- iOS
- Mac
**Available For**
- iOS
- MacOS
**Instructions**
#. In Fully Noded, go to `Settings > Node Manager > +`
#. Enter your Bitcoin Core credentials. You can do this in one of two ways:
(A) Use Fully Noded to scan your QuickConnect QR code (located in `Services > Bitcoin Core > properties`); or
(B) copy/paste your Bitcoin Core Tor Address (located in `Services > Bitcoin Core > Interfaces`) with :8332 appended, as well as you rpc username and password (located in `Services > Bitcoin Core > Config > RPC Settings`).
Instructions
............
1. In Fully Noded, go to `Settings > Node Manager > +`
2. Enter your Bitcoin Core credentials. You can do this in one of two ways: (1) Use Fully Noded to scan your QuickConnect QR code (located in `Services > Bitcoin Core > properties`); or (2) copy/paste your Bitcoin Core Tor Address (located in `Services > Bitcoin Core > Interfaces`) with :8332 appended, as well as you rpc username and password (located in `Services > Bitcoin Core > Config > RPC Settings`).
.. _ledger-live:
@@ -57,72 +88,84 @@ Instructions
.. .. warning:: UNTESTED
.. _samourai:
Samourai
========
--------
.. note:: Not Possible at this time - Requires Dojo Stack
.. _sparrow:
.. note:: Not Possible at this time - Requires Dojo Stack
.. _sparrow:
Sparrow
=======
-------
Available For
.............
- Linux
- Mac
- Windows
**Available For**
- Linux
- MacOS
- Windows
**Instructions**
Follow the `guide <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/sparrow/guide.md>`__.
Instructions
............
Follow the `guide <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/sparrow/guide.md>`__.
.. _specter:
Specter
=======
-------
Available For
.............
- Linux
- Mac
- Windows
**Available For**
- Linux
- MacOS
- Windows
**Instructions**
Follow the guide for `MacOS <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/specter/macos.md>`__ or `Windows <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/specter/windows.md>`__.
Instructions
............
Follow the guide for `MacOS <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/specter/macos.md>`__ or `Windows <https://github.com/Start9Labs/bitcoind-wrapper/blob/master/docs/integrations/specter/windows.md>`__.
.. _trezor-suite:
.. Trezor Suite
.. ============
Trezor Suite
------------
.. .. tip:: Built for use with Trezor hardware devices
.. tip:: Built for use with Trezor hardware devices
**Available For**
- Linux
- MacOS
- Windows
**Instructions**
Follow the `guide <https://github.com/Start9Labs/electrs-wrapper/blob/master/docs/integrations/trezor/guide.md>`__.
.. .. warning:: UNTESTED
.. _bitcoin-cli:
Using Bitcoin-Cli
-----------------
Instructions for accessing the bitcoind service in order to issue commands directly.
.. warning:: This is an advanced feature and should be used with caution. Start9 is not responsible for any damage you might cause through SSH access.
1. First, you will need SSH access. Please see the :ref:`setup instructions <ssh>` for details.
2. Access your Embassy and then you can interact with the bitcoind docker container using the following syntax::
Bitcoin-Cli
-----------
Instructions for accessing the bitcoind service in order to issue commands directly.
.. warning:: This is an advanced feature and should be used with caution. Start9 is not responsible for any damage you might cause through SSH access.
#. First, you will need SSH access. Please see the :ref:`setup instructions <ssh>` for details.
#. Access your Embassy and then you can interact with the bitcoind docker container using the following syntax::
sudo docker exec -ti bitcoind.embassy bitcoin-cli COMMAND
.. tip:: For example ``sudo docker exec -ti bitcoind.embassy bitcoin-cli getnetworkinfo``
A list of possible commands can be found `here <https://chainquery.com/bitcoin-cli>`__.
You can also drop into a shell using::
.. tip:: For example ``sudo docker exec -ti bitcoind.embassy bitcoin-cli getnetworkinfo``
A list of possible commands can be found `here <https://chainquery.com/bitcoin-cli>`__.
You can also drop into a shell using::
sudo docker exec -ti bitcoind.embassy bash
and then enter ``bitcoin-cli`` commands. When you are finished, simply type ``exit``...
and then enter ``bitcoin-cli`` commands. When you are finished, simply type ``exit``...