Turn on bitcoin-s.node.relay=true by default on bundle/appServer (#3580)

This commit is contained in:
Chris Stewart 2021-08-19 17:37:55 -05:00 committed by GitHub
parent 68afe90778
commit 9ef27e4d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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