THE ZERONET INTERVIEW: RETHINKING THE INTERNET
--

I recently spoke to Tamas, the creator of ZeroNet [https://github.com/HelloZeroNet/ZeroNet], an interesting project which aims to change the way our internet is constructed and accessed. This is definitely one to keep an eye on.


image


[N-] Can you explain what ZeroNet is for those who haven’t heard?


[TA] ZeroNet is a decentralized web platform using Bitcoin cryptography and BitTorrent network. Using it you can create dynamic websites without any central server or hosting costs. All visitor automatically become host of your site.



[N-] How do the technologies of Bitcoin and BitTorrent work with ZeroNet?


[TA] The Bitcoin cryptography is used to verify the content of the site. It makes sure the P2P downloaded files are created by the site owner and also secures from man-in-the-middle attacks. The BitTorrent network is used to gathering peers, the file transfer protocol is different from BitTorrent’s.



[N-] How is it different from projects like Maidsafe or BitTorrent’s Project Maelstrom?


[TA] As comparison of BitTorrent Maelstrom: ZeroNet is open source, works in any browser/OS, and allows real time updated, dynamic content. ZeroNet focuses on simplicity and the user experience. The current protocol is really simple and has it own limits, it will be possible later to use MaidSafe or similar networks to extend ZeroNet possibilities.



[N-] How does it deal with issues like privacy and anonymity?


[TA] The privacy is better in ZeroNet compared to traditional web: Every page is served from localhost, so the site owner can’t spy on users
browsing habits. ZeroNet is no more anonymous than Bittorrent, but it works really well using the Tor anonymity network, so you can hide your IP address if you want.



[N-] Is that the same for when you host a website too?


[TA] Yes, every visitor is also hosting the site, so everyone is equal, it does not matter if you are the site owner or just a visitor.



[N-] Have you seen many users so far?


[TA] There is no way to measure the total number, but there is more than 1000 messages in the Guestbook of the ZeroNet (ZeroBoard) and more than 150 user registered to ZeroTalk forum.



[N-] How is ZeroNet development progressing?


[TA] The development only started a bit more than 4 months ago, so its still a new project. In the latest months many important feature added: Multi-user sites, Namecoin .bit domain support, Tor anonymity network support, Built in SQL server and many other improvements.


Currently working on to make multi-user site creating an easier process and after that I will try to focus on new sites: Encrypted email-like messaging, P2P Github, Marketplace, and similar ideas.



[N-] That’s great news. I think native support for .bit domains could be something that could make a censorship-resistant web a mainstream reality. What else do you think is going to make ordinary users change their habits to get involved with something like this?


[TA] From users perspective: the site is loaded from your computer, so yourinternet connection is does not affects the page load speed. Most interest are from countries (China, Russia) where the internet is censored and neutrality is more problematic than in the northern world.


So summing it up the benefits are mostly for the content publishers:
uncensorable, impossible modify your site without the private key, no hosting costs, distributed over the planet, no way to shut it down or attack.



[N-] Are there any plans for a simple 1-click install for non-technical users?


[TA] There is a portable ZeroBundle package for Windows: You have to download and extract a zip file (https://github.com/HelloZeroNet/ZeroBundle/releases/download/0.1.0/ZeroBundle-v0.1.0.zip) to any directory, then you can start it by executing zeronet.cmd. There is a plan for a single  exe file, and similar package for OSX, but unfortunately I don’t have access to any Mac computer.



[N-] How can people get involved with the project? Are you looking for contributors?


[TA] Yes there is many open issues on github [https://github.com/HelloZeroNet], looking for coders who was experience in python coding and P2P networks. There is a plugin system in ZeroNet that allows anyone to extend it with new features without touching the main source code.


More importantly: ZeroNet is useless without content, so if you know html/css/javascript it is a good way to contribute to project. There is a documentation on project’s github site among with some example sites (blog, forum) and I’m happy to answer any question. I’m frequently at irc: (nofish) #zeronet@freenode



[N-] Awesome, thanks Tamas.



––
BY CHRIS ROBINSON