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.
|
||||
|
||||
### On the RaspiBlitz terminal:
|
||||
|
||||
* Open the Tor configuration file:
|
||||
`# nano /mnt/hdd/tor/torrc`
|
||||
`$ sudo nano /mnt/hdd/tor/torrc`
|
||||
|
||||
* Insert the lines:
|
||||
```
|
||||
@@ -15,18 +16,18 @@ No port forwarding or dynamicDNS required.
|
||||
HiddenServicePort 50001 127.0.0.1:50001
|
||||
```
|
||||
* Restart Tor:
|
||||
`# systemctl restart tor`
|
||||
`# systemctl restart tor@default`
|
||||
`$ sudo systemctl restart tor`
|
||||
`$ sudo systemctl restart tor@default`
|
||||
|
||||
* Show the Tor address:
|
||||
`# cat /mnt/hdd/tor/electrs/hostname`
|
||||
* Take note of the Tor address:
|
||||
`$ sudo cat /mnt/hdd/tor/electrs/hostname`
|
||||
|
||||
## On a Linux PC:
|
||||
|
||||
* Start electrum with the Tor Browser open (proxy on port 9150):
|
||||
`$ electrum --oneserver --server Tor_address.onion:50001:t --proxy socks5:127.0.0.1:9150`
|
||||
|
||||
* With Tor installed and running(proxy on port 9050):
|
||||
* With Tor installed and running (proxy on port 9050):
|
||||
`$ electrum --oneserver --server Tor_address.onion:50001:t --proxy socks5:127.0.0.1:9050`
|
||||
|
||||
## Windows instructions:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user