← index

Continuous Measurement of Bitcoin-Derived P2P Networks with DaeConn

An archive of bnoc.xyz · view original topic →

· Matthias Grundmann · #1 ·

I just came across this recent paper written by a team from Uni Zurich: Demo: Continuous Measurement of Bitcoin-Derived P2P Networks with DaeConn

It describes a measurement tool that finds peers in the network and collects information about them. Thus, the tool is an implementation of a `spy node’ similar to bitnodes. The tool is available at GitHub - DogukanBaysal/DaeConn · GitHub

· Matthias Grundmann · #2 ·

Related to this, the same authors simulated the Bitcoin P2P network and analyzed the simulated network’s topology and how blocks are propagated in a simulated network:

· b10c · #3 ·

It seems I don’t have access to this paper.

We recently saw /python-bitcoinlib:0.12.2/ client getting addr-ratelimited (since 2026-04-10) from Uni Zurich, but looking at the DaeConn tool a bit, it has a different UA.

and seems to also hardcode an IP I haven’t seen here before:

· stratospher · #4 · · in reply to #3

interesting! thanks for sharing!

DaeConn seems to be a crawler with the connector UA and the hard coded IP is just testing the crawler works.

maybe the other paper (or some other research) might have this python-bitcoinlib UA and address rate limiting? though the timeline feels a bit short - it was presented in June and the addr spam started in April/May.

· Deadmanoz · #5 ·

Here’s the full paper as (“un-watermarked”) images (it’s only 2 pages) :slight_smile: