mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-26 21:42:48 +01:00
Add proxy and tor sections to reference conf (#3530)
This commit is contained in:
parent
60dbd0252d
commit
309d9ec217
1 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue