Replies: 3 comments 2 replies
-
@anacrolix Thanks for reaching out. I don't agree with the Hacker News comment regarding why signing the whole packet is bad, but I assume that is not what you care to discuss? I will read more about your project. But for now, my general idea is: Mainline is a common, and fragile one even if it is the most robust ever. So I try to use it as little as humanly possible and rely heavily on higher layers of caching on top. I use Mainline only for censorship resistance, and I assume that censorship happens very infrequently and doesn't need to be solved with low latency. Not sure if your project aligns with that or breaks any of these assumptions, but wanted to share where I am coming from, until I read more about your work. |
Beta Was this translation helpful? Give feedback.
-
Ok I explored Bitlink a little. Pkarr differs in two ways:
So Pkarr is more like a censorship-resistant global phone book, for normal people especially ones that don't care to run their own servers, thus you can see in the main diagram that I suggest that hosting providers are going to republish their own users packets. |
Beta Was this translation helpful? Give feedback.
-
Finally, some work for enabling serving web pages over Pkarr has been made https://github.com/SeverinAlexB/pkdns using just DNS, which remains lacking the green lock, so I will be interested to see how bitlink solves that and learn from it. But I don't think I will support using multiple Salts, I considered that while designing Pkarr and decided it is harmful for scalability. |
Beta Was this translation helpful? Give feedback.
-
I found this from a comment https://news.ycombinator.com/item?id=39498331. I agree strongly with crotchfire's sentiment about the mainline DHT. I wonder if my project might interest you, it extends a bit beyond using the DHT for DNS but there's some overlap: https://github.com/anacrolix/btlink.
Beta Was this translation helpful? Give feedback.
All reactions