mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 14:33:06 +01:00
Turn on bitcoin-s.node.relay=true by default on bundle/appServer (#3580)
This commit is contained in:
parent
68afe90778
commit
9ef27e4d7e
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ bitcoin-s {
|
|||
node {
|
||||
mode = neutrino # neutrino, spv, bitcoind
|
||||
peers = ["neutrino.suredbits.com:8333"]
|
||||
relay = true
|
||||
}
|
||||
proxy {
|
||||
# Configure SOCKS5 proxy to use Tor for outgoing connections
|
||||
|
|
|
@ -3,6 +3,7 @@ bitcoin-s {
|
|||
node {
|
||||
mode = neutrino # neutrino, spv, bitcoind
|
||||
peers = ["neutrino.suredbits.com:8333"]
|
||||
relay = true
|
||||
}
|
||||
proxy {
|
||||
# Configure SOCKS5 proxy to use Tor for outgoing connections
|
||||
|
|
Loading…
Add table
Reference in a new issue