update tor.onion-service.sh reference

This commit is contained in:
openoms 2022-03-31 07:41:16 +01:00 committed by GitHub
parent f5bc6e6ebd
commit 7bd9344754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,9 +74,15 @@ Make sure that Tor is installed or active in the SERVICES menu
Create a Hidden Service to forward the bitcoin RPC port:
1) On the RaspiBlitz since v1.4 there is a script to create a hidden service:
`./config.scripts/internet.hiddenservice.sh bitcoinrpc 8332 8332`
1) On the RaspiBlitz there is a script to create a hidden service
* Raspiblitz v1.7.2 and above:
```
~/config.scripts/tor.onion-service.sh bitcoinrpc 8332 8332
```
* Raspiblitz v1.4 - v1.7.1:
```
~/config.scripts/internet.hiddenservice.sh bitcoinrpc 8332 8332
```
2) Take note of the `Tor_Hidden_Service.onion` and fill in to the `rpc_host` in the `joinmarket.cfg`
Alternatively proceed manually:
@ -185,4 +191,4 @@ Fill the connection settings from the `5 Credentials` -> `6 Bitcoind` menu of Ro
Remember to use `torsocks` with the python scripts when connecting remotely through Tor
Example:
`torsocks wallet-tool.py wallet.jmdat`
also need to [allow Tor to connect to localhost](FAQ.md#allow-tor-to-connect-to-localhost)
also need to [allow Tor to connect to localhost](FAQ.md#allow-tor-to-connect-to-localhost)