Bitcoin Forum
August 22, 2026, 09:14:17 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 2 nodes on same home network?  (Read 106 times)
slowLearner2 (OP)
Newbie
*
Offline

Activity: 11
Merit: 4


View Profile
August 21, 2026, 12:45:17 AM
 #1

Found out that my bitcoining interest is spreading and a family member is now running a node of their own. My question is what issues can this cause if they both use default settings/clearnet. I suppose they’d both have the same IP address which seems….bad. Will they both operate correctly, or will they get confused? My only changes to the configuration file are as follows: listen=1 server=1 add node=127.0.0.1. That’s it. My main question is do I need to urgently change anything, or am I ok for now minus not getting many peers to connect? Or do I need to right away change IP address/set up hidden service Tor or something so my node is differentiated from theirs? Thanks as always
philipma1957
Legendary
*
Offline

Activity: 4956
Merit: 12376


'The right to privacy matters'


View Profile WWW
August 21, 2026, 01:22:18 AM
 #2

well you could do 28.1 and 29.1

which should work.

my Apollo gives many choices of nodes I use 28.1

my core I use 29.1 I put it off line most of the time
my other core uses 28.1 I put it off line most of the time.

if I run both cores and the Apollo they seem to stay separate

the cores hold some coin so if I send from them I only run them.

so far no confusion
I also run a doge wallet and a grin wallet

all seems well


▄▄████████████████████▄▄
▄███████▀▀██████▀▀███████▄
████████████████████████
████████▄▄██████▄▄██████

████████████████████████
██▄▄█████████████▄▄██████
██▀▀██████████████████▄▄██
██████▀▀██████████████▀▀██
██████████████████████████
██████▀▀██████▀▀████████
████████████████████████
▀███████▄▄██████▄▄███████▀
▀▀████████████████████▀▀
 
 DΞX.fo 
▄▄██████
█████████
██████████
█████████
██████████
█████████
▀▀██████

▄███████
▄██████████
████████████
█████████████
█████████████
|
▄▄█
▄████▀
▄███▀
▄██▀▄██
█████▀▀
███████
████████
▀██▄████
▄████▄▄
▄█████▀███
▄█████▀████
█████▀███████
▀██▀█████████
|..BTC......XMR...
..USDT.....LTC...
....Fees  0.8%.....
slowLearner2 (OP)
Newbie
*
Offline

Activity: 11
Merit: 4


View Profile
August 21, 2026, 01:50:14 AM
 #3

well you could do 28.1 and 29.1

which should work.

my Apollo gives many choices of nodes I use 28.1

my core I use 29.1 I put it off line most of the time
my other core uses 28.1 I put it off line most of the time.

if I run both cores and the Apollo they seem to stay separate

the cores hold some coin so if I send from them I only run them.

so far no confusion
I also run a doge wallet and a grin wallet

all seems well

https://www.talkimg.com/images/2026/08/21/U5aiDN.png

Thanks. I hadn’t thought of what happens when we’re running different software versions. Does the network (ie other peers) see us as the same “peer” since it’s the same IP address, but they can only connect to one of the two actual machines? There’d be one “half” of our “peer” with one version of the client and another “half” of our same peer with a different client version. And I suppose they’d never actually connect to each other?
philipma1957
Legendary
*
Offline

Activity: 4956
Merit: 12376


'The right to privacy matters'


View Profile WWW
August 21, 2026, 02:14:18 AM
 #4

well you could do 28.1 and 29.1

which should work.

my Apollo gives many choices of nodes I use 28.1

my core I use 29.1 I put it off line most of the time
my other core uses 28.1 I put it off line most of the time.

if I run both cores and the Apollo they seem to stay separate

the cores hold some coin so if I send from them I only run them.

so far no confusion
I also run a doge wallet and a grin wallet

all seems well



Thanks. I hadn’t thought of what happens when we’re running different software versions. Does the network (ie other peers) see us as the same “peer” since it’s the same IP address, but they can only connect to one of the two actual machines? There’d be one “half” of our “peer” with one version of the client and another “half” of our same peer with a different client version. And I suppose they’d never actually connect to each other?

that is an interesting question.

if both are set to do in and out traffic

I think they show as different nodes. They have different Mac addresses

but I am not sure.

DaveF does a lot more I.T. work  than me he may know.

maybe he will reply to it

▄▄████████████████████▄▄
▄███████▀▀██████▀▀███████▄
████████████████████████
████████▄▄██████▄▄██████

████████████████████████
██▄▄█████████████▄▄██████
██▀▀██████████████████▄▄██
██████▀▀██████████████▀▀██
██████████████████████████
██████▀▀██████▀▀████████
████████████████████████
▀███████▄▄██████▄▄███████▀
▀▀████████████████████▀▀
 
 DΞX.fo 
▄▄██████
█████████
██████████
█████████
██████████
█████████
▀▀██████

▄███████
▄██████████
████████████
█████████████
█████████████
|
▄▄█
▄████▀
▄███▀
▄██▀▄██
█████▀▀
███████
████████
▀██▄████
▄████▄▄
▄█████▀███
▄█████▀████
█████▀███████
▀██▀█████████
|..BTC......XMR...
..USDT.....LTC...
....Fees  0.8%.....
crwth
Copper Member
Legendary
*
Offline

Activity: 3598
Merit: 1612


crwth.dev


View Profile
August 21, 2026, 02:24:03 AM
Merited by vapourminer (1)
 #5

Wouldn't this be about the public IP and not the internal home network IP?

Like a private LAN would have the 192.168.1.x and for Bitcoin peers, it's the public IP + port?
Code:
203.x.x.x:8333 
203.x.x.x:8334

Which are different end points so it should be okay right?
And nodes have unique nonce as well. It will be treated differently.

█████████████████████████
██
█████▀▀███████▀▀███████
█████▀░░▄███████▄░░▀█████
██▀░░██████▀░▀████░░▀██
██▀░░▀▀▀████████████░░▀██
██░░█▄████▀▀███▀█████░░██
██░░███▄▄███████▀▀███░░██
██░░█████████████████░░██
██▄░░████▄▄██████▄▄█░░▄██
██▄░░██████▄░░████░░▄██
█████▄░░▀███▌░░▐▀░░▄█████
███████▄▄███████▄▄███████
█████████████████████████
.
.ROOBET.██████.IIIIICRYPTO'S FASTEST GROWING CASINO.██████.
|

█▄█
▀█▀
████▄▄██████▄▄████
█▄███▀█░░█████░░█▀███▄█
▀█▄▄░▐█████████▌▄▄█▀
██▄▄█████████▄▄████▌
██████▄▄████████
█▀▀████████████████
██████
█████████████
██
█▀▀██████████████
▀▀▀███████████▀▀▀▀
| 
.
    PLAY NOW    
slowLearner2 (OP)
Newbie
*
Offline

Activity: 11
Merit: 4


View Profile
August 21, 2026, 02:53:54 AM
Merited by vapourminer (1)
 #6

Wouldn't this be about the public IP and not the internal home network IP?

Like a private LAN would have the 192.168.1.x and for Bitcoin peers, it's the public IP + port?
Code:
203.x.x.x:8333 
203.x.x.x:8334

Which are different end points so it should be okay right?
And nodes have unique nonce as well. It will be treated differently.

Yeah but how does it work when 2 machines have the same public IP and try to use the same default port when the network differentiates peers based off public IP and port? Gets me thinking about VPN users too because won’t a bunch of those peers have the same public IP if they connect to the same VPN server
BlackBoss_
Hero Member
*****
Offline

Activity: 1470
Merit: 721


Rollbit is for you. Take $RLB token!


View Profile
August 21, 2026, 04:19:59 AM
Merited by vapourminer (2), slowLearner2 (1)
 #7

Lopp has his page for Bitcoin Core Configuration Generator and I think you can look at it and learn many things for your Bitcoin node configuration.
https://jlopp.github.io/bitcoin-core-config-generator/

This guide has an important warning about running two Bitcoin nodes from a same IP address.
Home Bitcoin Node: Privacy and Setup Guide.

Remember that you run Bitcoin nodes to get better privacy.
Quote
Common mistakes to avoid

5. Configuring multiple nodes on the same network with conflicting settings. Running two Bitcoin Core instances on the same local network with different configurations (one Tor-only, one clearnet) can create privacy leaks where your Tor node's traffic is correlated with your clearnet node's IP address. If you need multiple nodes, ensure they operate with consistent privacy settings or isolate them on separate network segments.

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT|
4,000+ GAMES
███████████████████
██████████▀▄▀▀▀████
████████▀▄▀██░░░███
██████▀▄███▄▀█▄▄▄██
███▀▀▀▀▀▀█▀▀▀▀▀▀███
██░░░░░░░░█░░░░░░██
██▄░░░░░░░█░░░░░▄██
███▄░░░░▄█▄▄▄▄▄████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█████████
▀████████
░░▀██████
░░░░▀████
░░░░░░███
▄░░░░░███
▀█▄▄▄████
░░▀▀█████
▀▀▀▀▀▀▀▀▀
█████████
░░░▀▀████
██▄▄▀░███
█░░█▄░░██
░████▀▀██
█░░█▀░░██
██▀▀▄░███
░░░▄▄████
▀▀▀▀▀▀▀▀▀
||.
|
▄▄████▄▄
▀█▀
▄▀▀▄▀█▀
▄░░▄█░██░█▄░░▄
█░▄█░▀█▄▄█▀░█▄░█
▀▄░███▄▄▄▄███░▄▀
▀▀█░░░▄▄▄▄░░░█▀▀
░░██████░░█
█░░░░▀▀░░░░█
▀▄▀▄▀▄▀▄▀▄
▄░█████▀▀█████░▄
▄███████░██░███████▄
▀▀██████▄▄██████▀▀
▀▀████████▀▀
.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
░▀▄░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░▄▀
███▀▄▀█████████████████▀▄▀
█████▀▄░▄▄▄▄▄███░▄▄▄▄▄▄▀
███████▀▄▀██████░█▄▄▄▄▄▄▄▄
█████████▀▄▄░███▄▄▄▄▄▄░▄▀
███████████░███████▀▄▀
███████████░██▀▄▄▄▄▀
███████████░▀▄▀
████████████▄▀
███████████
▄▄███████▄▄
▄████▀▀▀▀▀▀▀████▄
▄███▀▄▄███████▄▄▀███▄
▄██▀▄█▀▀▀█████▀▀▀█▄▀██▄
▄██▀▄███░░░▀████░███▄▀██▄
███░████░░░░░▀██░████░███
███░████░█▄░░░░▀░████░███
███░████░███▄░░░░████░███
▀██▄▀███░█████▄░░███▀▄██▀
▀██▄▀█▄▄▄██████▄██▀▄██▀
▀███▄▀▀███████▀▀▄███▀
▀████▄▄▄▄▄▄▄████▀
▀▀███████▀▀
OFFICIAL PARTNERSHIP
SOUTHAMPTON FC
FAZE CLAN
SSC NAPOLI
slowLearner2 (OP)
Newbie
*
Offline

Activity: 11
Merit: 4


View Profile
August 21, 2026, 04:25:32 AM
Merited by vapourminer (1)
 #8

Wouldn't this be about the public IP and not the internal home network IP?

Like a private LAN would have the 192.168.1.x and for Bitcoin peers, it's the public IP + port?
Code:
203.x.x.x:8333 
203.x.x.x:8334

Which are different end points so it should be okay right?
And nodes have unique nonce as well. It will be treated differently.

Ok after reading some more, I think you’re right, and I think I see what you’re saying. 8333 only matters for inbound connections. So you could fire up 5 bitcoin nodes on one home network, all with default settings, and they’d all work fine and get 10 outbound connections eventually. They’d use different ports to make outbound connections to 8333 with peers. If you set all to -listen=1 only 1 of the 5 nodes would get inbound connections. How the router would decide, I don’t know. I could use -connect=<local IP address of listening node> to connect the 2, but I don’t see any advantage.
Antidote47k
Member
**
Offline

Activity: 79
Merit: 51


View Profile
August 21, 2026, 04:48:28 AM
 #9

Does the network (ie other peers) see us as the same “peer” since it’s the same IP address, but they can only connect to one of the two actual machines? There’d be one “half” of our “peer” with one version of the client and another “half” of our same peer with a different client version. And I suppose they’d never actually connect to each other?

I’m not sure if that will be the case, both should be able to establish their own outband connections with the router handling different NAT mappings for each. This situation is different for inbound connections, If both nodes are listening on the default port 8333, your router generally can’t forward the same public IP:8333 connection to two different machines at the same time. So unless the router is configured differently, only one of the nodes can normally be the publicly reachable destination on that port.
So technically you should be fine unless you’ve specifically disabled outband connections or both are sharing the same configurations they shouldn’t be.
slowLearner2 (OP)
Newbie
*
Offline

Activity: 11
Merit: 4


View Profile
August 21, 2026, 04:59:53 AM
 #10

Lopp has his page for Bitcoin Core Configuration Generator and I think you can look at it and learn many things for your Bitcoin node configuration.
https://jlopp.github.io/bitcoin-core-config-generator/

This guide has an important warning about running two Bitcoin nodes from a same IP address.
Home Bitcoin Node: Privacy and Setup Guide.

Remember that you run Bitcoin nodes to get better privacy.
Quote
Common mistakes to avoid

5. Configuring multiple nodes on the same network with conflicting settings. Running two Bitcoin Core instances on the same local network with different configurations (one Tor-only, one clearnet) can create privacy leaks where your Tor node's traffic is correlated with your clearnet node's IP address. If you need multiple nodes, ensure they operate with consistent privacy settings or isolate them on separate network segments.

Thank you! Maybe there is a use case for the “connect” configuration. If one node uses Tor, have the other node only connect to the Tor node, right?

I’m trying to understand the privacy leakage for the Tor node if there’s a clearnet node on the same network. All the bitcoin traffic is encrypted on the Tor node still, so what is Lopp referring to? That the public IP is connected to bitcoin activity from the clearnet node, so the ISP knows it’s a btc household, losing the benefits of running Tor on the other node?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!