This plot shows the distribution of agent versions by quality adjust power (QAP) and raw bytes power (RBP).
The data is powered by Starboard, Nebula, and lily and sourced as follows:
First, we get all storage provider infos from lily which give us a mapping of miner_id to peer_id and a list of Multiaddresses. Then we go ahead and try to connect to all these peers and perform an identify exchange to learn the agent versions. After that's done, we fill the missing peers with our DHT and GossipSub crawl information so that we can resolve additional peer IDs to their agent versions. Then, we query Starboard to get a mapping from miner_id to the actual power values which we then also join together with the previous data. Finally, we group everything by agent version and sum up all the power values to arrive at the final graph.
lily
miner_id
peer_id
Loading ...