Skip to content

Commit

Permalink
Merge branch 'update-09-14-2020' into 'master'
Browse files Browse the repository at this point in the history
Update 09 14 2020

See merge request zcash-docs/zcash-docs!209
  • Loading branch information
lindanlee committed Sep 15, 2020
2 parents 77e1329 + 3fef67b commit 00d8fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/rtd_pages/install_debian_bin_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ On Ubuntu Trusty, you can install gcc/g++ 4.9 as follows:
Tor
---

The repository is also accessible via Tor, after installing the `apt-transport-tor` package, at the address zcaptnv5ljsxpnjt.onion. Use the following pattern in your sources.list file: ``deb [arch=amd64] tor+http://zcaptnv5ljsxpnjt.onion/ jessie main``
The repository is also accessible via Tor, after installing the `apt-transport-tor` package, at the address zcaptnv5ljsxpnjt.onion. Use the following pattern in your sources.list file: ``deb [arch=amd64] tor+http://zcaptnv5ljsxpnjt.onion/ stretch main``

.. _updating_signing_keys:

Expand Down Expand Up @@ -145,7 +145,7 @@ Re-get the apt info:

.. code-block:: bash
echo "deb [arch=amd64] https://apt.z.cash/ jessie main" | sudo tee /etc/apt/sources.list.d/zcash.list
echo "deb [arch=amd64] https://apt.z.cash/ stretch main" | sudo tee /etc/apt/sources.list.d/zcash.list
Then update the list again:

Expand Down
2 changes: 1 addition & 1 deletion source/rtd_pages/tor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add lines to your /etc/tor/torrc (or equivalent config file) that configures the
$ HiddenServicePort 8233 127.0.0.1:8233
$ HiddenServicePort 18233 127.0.0.1:18233
After that, configure the zcashd node to use the proxy, specific onion service, and turn on the listening feature should suffice. Try:
After that, configuring the zcashd node to use the proxy, specific onion service, and turn on the listening feature should suffice. Try:

.. code-block:: bash
Expand Down

0 comments on commit 00d8fa7

Please sign in to comment.