mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-20 13:24:19 +01:00
format
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user