1
I run a full Bitcoin node on a powerful server however rather than setting up multiple I was wondering if it's possible to use multiple IP addresses on one installation and one running process? Without people being able to detect it's the same node (not easily anyway).
Why doesn't it help? Whats the difference between one node with 5 IPs vs 5 nodes with 1 IP each. In terms of helping spread the blockchain and signalling no 2x – masterq – 2017-10-15T05:46:54.647
If your node goes down, all of the nodes connected to your 5 IPs lose a connection, and that could be many nodes. If there are 5 nodes and one goes down, then only the nodes connected to that one IP address lose a connection. More nodes adds more robustness to the network and is generally better. – Andrew Chow – 2017-10-15T15:15:15.410
Well I only have one server so the other option would be to host multiple VMs which could cause the same problem and I guess running one node with 100+ connections spread across 5 VMs would use more resources than having 1 node with 100 connections active. How do I bind multiple IPs to the node? – masterq – 2017-10-15T15:58:42.080