ZeroNet version rewritten in Python3

Ready for testing version of ZeroNet, rewritten in Python3.
ZeroNet is a free and open source, peer-to-peer network that does not require servers. Uses BitTorrent technology to share web pages and Bitcoin cryptography to sign sent data. Seen as a censorship-resistant way to deliver information without a single point of failure.
The network is not anonymous due to the way the BitTorrent protocol works. ZeroNet supports networking with Tor.
Innovations:

  • Implemented compatibility for Python 3.4-3.7;
  • A new database layer has been implemented to help avoid database corruption in the event of an unexpected shutdown;
  • Signature verification using libsecp256k1 (thanks to ZeroMux) is 5-10 times faster than before;
  • Improved generation of SSL certificates;
  • A new library is used to monitor the file system in debug mode;
  • Fixed sidebar opening on slow computers.

Source: linux.org.ru

Add a comment