|
|
|
|
|
by dfish
24 days ago
|
|
Indeed.
So what we do is build your ipv4 using private key bits + collision_index.
It is not perfect but it has worked in our tests. We'll keep improving it. The collision_index is incremented when a collision happens on a network. Let's say you join network A, B, C. But when you join C, another peer has the same IP. The coordinator (which is a role anybody can have in the network) will not accept you in the network unless you change your IP. Which means you need to increase your collision index. Now that process is repeated N times until you don't collide with any other peer. |
|
(I really hope "private key" was a typo of "public key"?)