I'm working on a multiwallet, so I spend a lot of time talking with nodes.
When I do a getaddr-command and receive all the addr-data,
though I can easily recognize the IPv4 and IPv6 format,
sometimes I keep seeing a format that I can't identify.
IPv4 addresses and IPv6 addresses are clearly defined here:
https://en.bitcoin.it/wiki/Protocol_documentation#Network_address
Code:
IPv6: 2001000041379e760c5b0558bcb8e3dd
Code:
IPv4: 00000000000000000000ffffb3b824c1
But in some rare cases I keep seeing this undocumented format:
Code:
Example1: 000000000000000070d1c52519793031
Example2: 00000000000000003d5a7e065c3ebc67
Example2: 00000000000000003d5a7e065c3ebc67
Anyone know what this represents?
Is this some kind of compact representation of IPv6?
Or does this have something to do with TOR/Onion?
Documentation has no info about this.