Add tor config to bundle application.conf (#3537)

* Add tor config to bundle application.conf

* Fix to correct proxy config
This commit is contained in:
benthecarman 2021-08-12 14:18:15 -05:00 committed by GitHub
parent ddd27c3d89
commit 04678b5ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -5,4 +5,14 @@ bitcoin-s {
mode = neutrino # neutrino, spv, bitcoind
peers = ["neutrino.suredbits.com:8333"]
}
proxy {
# Configure SOCKS5 proxy to use Tor for outgoing connections
enabled = true
socks5 = "127.0.0.1:9050"
}
tor {
# Enable Tor for incoming DLC connections
enabled = true
control = "127.0.0.1:9051"
}
}

View File

@ -7,8 +7,7 @@ bitcoin-s {
proxy {
# Configure SOCKS5 proxy to use Tor for outgoing connections
enabled = true
host = "127.0.0.1"
port = 9050
socks5 = "127.0.0.1:9050"
}
tor {
# Enable Tor for incoming DLC connections