mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-31 04:23:41 +00:00
Minor edits and build fixes
This commit is contained in:
@@ -75,6 +75,7 @@ FullyNoded
|
|||||||
|
|
||||||
#. In Fully Noded, go to `Settings > Node Manager > +`
|
#. In Fully Noded, go to `Settings > Node Manager > +`
|
||||||
#. Enter your Bitcoin Core credentials. You can do this in one of two ways:
|
#. 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
|
(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`).
|
(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`).
|
||||||
|
|
||||||
@@ -156,7 +157,9 @@ Bitcoin-Cli
|
|||||||
.. 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.
|
.. 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.
|
#. 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::
|
#. Access your Embassy and then you can interact with the bitcoind docker container using the following syntax:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo docker exec -ti bitcoind.embassy bitcoin-cli COMMAND
|
sudo docker exec -ti bitcoind.embassy bitcoin-cli COMMAND
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user