Bitcoin

Node – Incoming Connection – Bitcoin Stack Exchange

How can I isolate my nodes from all types of incoming connections and interaction with the Bitcoin network?

I need to perform heavy queries on my nodes and they require all the hardware resources. thank you.

And my timeout doesn’t work…

rpcuser=user
rpcpassword=test
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
rpcport=8332
daemon=1
maxconnections=20
maxuploadtarget=250
txindex=1
maxuploadtarget=20
rpcclienttimeout=1800

# Disable incoming connections
listen=0

update:
If you select Privacy, the node will not accept incoming connections.

https://jlopp.github.io/bitcoin-core-config-generator/#config=eyJuZXR3b3JrIjp7Imxpc3RlbiI6MCwibWF4Y29ubmVjdGlvbnMiOjB9fQ==

Related Articles

Back to top button