Update 12_2_Changing_Your_Bitcoin_Hidden_Services.md

This commit is contained in:
Javier Vargas 2020-07-01 18:08:38 +02:00 committed by GitHub
parent 0ee6893d47
commit 661eaf6a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,12 @@ Add your user to debian-tor group like this:
~$ sudo usermod -a -G debian-tor [CHANGE_MY_USER]
```
If you're running a older version Tor like 0.2.7 add this lines to /etc/tor/torrc file:
```
HiddenServiceDir /var/lib/tor/bitcoin-service/
HiddenServicePort 8333 127.0.0.1:8333
HiddenServicePort 18333 127.0.0.1:18333
```
If you're running Tor version 3 bitcoind will configurate hidden services to listen on.
ll /run/tor/control.authcookie
-rw-r----- 1 debian-tor debian-tor 32 jun 26 09:44 /run/tor/control.authcookie