1 This is a fork of dht-bootstrap deamon by Juliusz Chroboczek.
2 Look for CHANGES what was changed and improved.
4 Dht-bootstrap is an implementation of a bootstrap node for the BitTorrent
5 (mainline) DHT. Rather than maintaining a Kademlia routing table, it
6 performs a partly random, partly breadth-first walk of the DHT, and
7 maintains a window of the last 255 reachable nodes that it encounters. It
8 replies to find_nodes and get_peers requests with a random subset of the
11 Thanks to Greg Hazel for the initial idea.