mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-13 12:33:14 +02:00
update tor.onion-service.sh reference
This commit is contained in:
parent
f5bc6e6ebd
commit
7bd9344754
1 changed files with 10 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue