mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
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:
parent
ddd27c3d89
commit
04678b5ed9
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user