Add proxy and tor sections to reference conf (#3530)

This commit is contained in:
user411 2021-08-12 06:07:44 -06:00 committed by GitHub
parent 60dbd0252d
commit 309d9ec217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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