2

If someone copies the nodekey to another machine, and runs the geth with that key. Test it, just don't quite understand the underlying mech.

Shane Fontaine
  • 2,431
  • 3
  • 13
  • 23
Zalberth
  • 308
  • 1
  • 2
  • 12

1 Answers1

1

If two nodes are using the same node key, the network will only recognize one of them and only one of them will be able to broadcast to/work with the network.

While this is happening, the other one may be running and synced, but it will be "invisible" to the network.

Shane Fontaine
  • 2,431
  • 3
  • 13
  • 23