Hacker News new | ask | show | jobs
by Lammy 55 days ago
BitTorrent has supported trackerless torrents for twenty entire years :p https://github.com/sparkslabs/kamaelia/blob/master/Sketches/...
1 comments

Torrent doesn't magically find peers, even with DHT the torrent files have seed nodes baked in. A middelman required for both the centralized trackers and trackerless torrents.
DHT seed nodes are optional. A torrent node that's already connected to the DHT doesn't need them. Most torrent software has some default nodes baked in, from which it can discover the whole DHT.