ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Go to file
d4708 894af8127e
add favicon with rounded corners
2022-05-23 18:42:03 +03:00
.github update FUNDING.yml 2022-04-25 11:44:32 +00:00
plugins Merge branch 'fix_multiuser_merger' 2022-03-03 05:07:59 +00:00
src add favicon with rounded corners 2022-05-23 18:42:03 +03:00
.gitignore update gitignore 2022-05-08 17:36:50 +04:00
.gitlab-ci.yml Fix sslcrypto thread safety (#2454) 2020-03-05 17:54:46 +01:00
.travis.yml update travis 2022-01-26 11:14:55 +00:00
CHANGELOG.md v0.7.5 2022-05-17 18:03:20 +04:00
COPYING Change to GPLv3 license 2020-03-17 14:48:24 +01:00
Dockerfile Update Dockerfile 2020-03-24 02:26:54 +01:00
Dockerfile.arm64v8 arm64 arch docker image request #2568 2020-07-18 17:45:32 +05:30
LICENSE Update LICENSE 2020-03-25 03:30:41 +05:30
README-ru.md partial russian readme update 2022-01-05 17:32:41 +00:00
README-zh-cn.md Improve README-zh-cn.md according to latest README.md 2020-03-03 13:12:54 +08:00
README.md Update README.md 2022-05-17 00:12:20 +04:00
Vagrantfile Use msgpack pip package everywhere 2018-02-27 02:48:15 +01:00
requirements.txt colourful greetings 2022-05-03 16:31:09 +04:00
start-venv.sh add easy to use startup script 2022-05-08 17:37:04 +04:00
update.py disable update more completely 2022-01-24 01:48:08 +00:00
zeronet.py colourful greetings 2022-05-03 16:31:09 +04:00

README.md

zeronet-conservancy

zeronet-conservancy is a fork/continuation of ZeroNet project (that has been abandoned by its creator) that is dedicated to sustaining existing p2p network and developing its values of decentralization and freedom, while gradually switching to a better designed network

Why fork?

During onion-v3 switch crisis, we needed a fork that worked with onion-v3 and didn't depend on trust to one or two people. This fork started from fulfilling that mission, implementing minimal changes to ZeroNet/py3 branch which are easy to audit by anyone. While you can still use the early releases of the fork to get onion-v3 working, the goal of this fork has since shifted and we're dedicated to solving more problems and improving user experience and security all over, until the brand new, completely transparent and audited network is ready and this project can be put to rest

Why 0net?

  • We believe in open, free, and uncensored networks and communication.
  • No single point of failure: Site remains online so long as at least 1 peer is serving it.
  • No hosting costs: Sites are served by visitors.
  • Impossible to shut down: It's nowhere because it's everywhere.
  • Fast and works offline: You can access the site even if Internet is unavailable.

Features

  • Real-time updated sites
  • Clone websites in one click
  • Password-less authorization using private/public keys
  • Built-in SQL server with P2P data synchronization: allows easier dynamic site development
  • Anonymity: Tor network support with .onion hidden services (including onion-v3 support)
  • TLS encrypted connections (through clearnet)
  • Automatic uPnP port opening (if opted in)
  • Plugin for multiuser (openproxy) support
  • Works with any modern browser/OS

How does it work?

  • After starting zeronet.py you will be able to visit zeronet sites using http://127.0.0.1:43110/{zeronet_address} (eg. http://127.0.0.1:43110/126NXcevn1AUehWFZLTBw7FrX1crEizQdr).
  • When you visit a new zeronet site, it tries to find peers using the BitTorrent network so it can download the site files (html, css, js...) from them.
  • Each visited site is also served by you.
  • Every site contains a content.json file which holds all other files in a sha512 hash and a signature generated using the site's private key.
  • If the site owner (who has the private key for the site address) modifies the site, then he/she signs the new content.json and publishes it to the peers. Afterwards, the peers verify the content.json integrity (using the signature), they download the modified files and publish the new content to other peers.

Following links relate to original ZeroNet:

How to join

System dependencies

Generic unix-like (including mac os x)

Install autoconf and other basic development tools, python3 and pip.

Apt-based (debian, ubuntu, etc)
  • sudo apt update
  • sudo apt install pkg-config python3-pip python3-venv
Android/Termux
  • install Termux (in Termux you can install packages via pkg install <package-names>)
  • pkg update
  • pkg install python automake git binutils (TODO: check fresh installation whether there are more dependencies to install)
  • (optional) pkg install tor
  • (optional) run tor via tor --ControlPort 9051 --CookieAuthentication 1 command (you can then open new session by swiping to the right)

Building python dependencies & running

  • clone this repo (NOTE: on Android/Termux you should clone it into "home" folder of Termux, because virtual environment cannot live in storage/)
  • python3 -m venv venv (make python virtual environment, the last venv is just a name, if you use different you should replace it in later commands)
  • source venv/bin/activate (activate environment)
  • python3 -m pip install -r requirements.txt (install dependencies)
  • python3 zeronet.py (run zeronet-conservancy!)
  • open the landing page in your browser by navigating to: http://127.0.0.1:43110/
  • to start it again from fresh terminal, you need to navigate to repo directory and:
  • source venv/bin/activate
  • python3 zeronet.py

alternative script

  • after installing general dependencies and cloning repo (as above), run start-venv.sh which will create a virtual env for you and install python requirements
  • more convenience scripts to be added soon

Current limitations

  • File transactions are not compressed
  • No private sites
  • No DHT support
  • Centralized elements like zeroid (we're working on this!)
  • No reliable spam protection (and on this too)
  • Doesn't work directly from browser (one of the top priorities for mid-future)
  • No data transparency

How can I create a ZeroNet site?

  • Click on > "Create new, empty site" menu item on the admin page.
  • You will be redirected to a completely new site that is only modifiable by you!
  • You can find and modify your site's content in data/[yoursiteaddress] directory
  • After the modifications open your site, drag the topright "0" button to the left, then press sign and publish buttons on the bottom

Next steps: ZeroNet Developer Documentation

Help this project stay alive

Become a maintainer

We need more maintainers! Become one today! You don't need to know how to code, there's a lot of other work to do.

Fix bugs & add features

We've decided to go ahead and make a perfect p2p web, so we need more help implementing it.

Make your site/bring your content

We know the documentation is lacking, but we try our best to support anyone who wants to migrate. Don't hesitate to ask.

Use it and spread the word

Make sure to tell people why do you use 0net and this fork in particular! People need to know their alternatives.

Financially support maintainers

Currently the lead developer / maintainer of this fork is @caryoscelus. You can see ways to donate to them on https://caryoscelus.github.io/donate/ (or check sidebar if you're reading this on github for more ways). As our team grows, we will create team accounts on friendly crowdfunding platforms as well.

If you want to make sure your donation is recognized as donation for this project, there is a dedicated bitcoin address for that, too: 1Kjuw3reZvxRVNs27Gen7jPJYCn6LY7Fg6

If you want to donate in a different way, feel free to contact maintainer or create an issue