I have written an IPFS crawler that finds about 200 IPFS online nodes. I was curious to know how many of those are go-ipfs and how many are js-ipfs. Is there a user agent string I can query to get that sort of statistic?
The text was updated successfully, but these errors were encountered:
I found out that the id protocol gives out very little information. There's an agent version, and protocol version. The agent version is either 0.1.0 or 3.3.4. The protocol version is always 0.1.0. This is in contrast to the many go-ipfs versions shipped in the past.
JustinDrake commentedNov 23, 2016
I have written an IPFS crawler that finds about 200 IPFS online nodes. I was curious to know how many of those are
go-ipfsand how many arejs-ipfs. Is there a user agent string I can query to get that sort of statistic?The text was updated successfully, but these errors were encountered: