Browse Source

Change TOR address

patch-1
nolim1t 5 years ago
parent
commit
2a57d520f7
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 4
      bitcoin/bitcoin.conf
  2. 2
      docker-compose.yml
  3. 4
      lnd/lnd.conf
  4. 6
      tor/torrc

4
bitcoin/bitcoin.conf

@ -1,6 +1,6 @@
# Have TOR commented for initial sync
onion=10.11.0.1:29050
torcontrol=10.11.0.1:29051
onion=10.11.5.1:29050
torcontrol=10.11.5.1:29051
torpassword=umbrelftw
server=1

2
docker-compose.yml

@ -20,7 +20,7 @@ services:
- "${PWD}/tor/run:/var/run/tor/"
networks:
net:
ipv4_address: 10.11.0.1
ipv4_address: 10.11.5.1
nginx:
image: nginx:1.17.8
logging: *default-logging

4
lnd/lnd.conf

@ -51,8 +51,8 @@ neutrino.addpeer=mainnet2-btcd.zaphq.io
[tor]
tor.active=1
tor.control=10.11.0.1:29051
tor.socks=10.11.0.1:29050
tor.control=10.11.5.1:29051
tor.socks=10.11.5.1:29050
; TOR Password placeholder for v0.10.0
tor.password=umbrelftw
tor.v3=1

6
tor/torrc

@ -1,6 +1,6 @@
# Bind only to "10.11.0.1" which is the tor IP within the container
SocksPort 10.11.0.1:29050
ControlPort 10.11.0.1:29051
# Bind only to "10.11.5.1" which is the tor IP within the container
SocksPort 10.11.5.1:29050
ControlPort 10.11.5.1:29051
# Tor Passwords
HashedControlPassword 16:50A873DF18C00F4A6048BF1CEF7E7AA66478F0B5134DA4369D80657F26

Loading…
Cancel
Save