When the client communicates to other clients does it transmit its version? If so is it only on certain communications (i.e. originated transactions)?
Can this data be captured? I would be interested to see if it is possible ot determine which versions are in use and hopefully combine that with geo-location data to map the bitcoin network by client node version.
-
please do it :)o0'.– o0'.2011年10月18日 15:40:45 +00:00Commented Oct 18, 2011 at 15:40
1 Answer 1
When you connect to the other Bitcoin client, the first message you send is "version", which states your protocol version. Moreover, it states both your IP address, and the addres you are connecting to. You can capture this data like any other TCP/IP data.