This commit is contained in:
openoms
2019-08-27 07:07:16 +01:00
parent d9e90e828b
commit 3c07edc227

View File

@@ -4,8 +4,9 @@ Tor needs to be active on the RaspiBlitz to use this method.
No port forwarding or dynamicDNS required. No port forwarding or dynamicDNS required.
### On the RaspiBlitz terminal: ### On the RaspiBlitz terminal:
* Open the Tor configuration file: * Open the Tor configuration file:
`# nano /mnt/hdd/tor/torrc` `$ sudo nano /mnt/hdd/tor/torrc`
* Insert the lines: * Insert the lines:
``` ```
@@ -15,11 +16,11 @@ No port forwarding or dynamicDNS required.
HiddenServicePort 50001 127.0.0.1:50001 HiddenServicePort 50001 127.0.0.1:50001
``` ```
* Restart Tor: * Restart Tor:
`# systemctl restart tor` `$ sudo systemctl restart tor`
`# systemctl restart tor@default` `$ sudo systemctl restart tor@default`
* Show the Tor address: * Take note of the Tor address:
`# cat /mnt/hdd/tor/electrs/hostname` `$ sudo cat /mnt/hdd/tor/electrs/hostname`
## On a Linux PC: ## On a Linux PC:
@@ -34,5 +35,5 @@ http://docs.electrum.org/en/latest/tor.html#windows
Based on: ## Based on:
https://github.com/romanz/electrs/blob/master/doc/usage.md#tor-hidden-service https://github.com/romanz/electrs/blob/master/doc/usage.md#tor-hidden-service