Update README.md
Minor changes to wording to give better understanding.
This commit is contained in:
parent
efb1dc3210
commit
79f26e293c
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ Decentralized websites using Bitcoin crypto and BitTorrent network
|
||||||
- When you visit a new zeronet site, it's trying to find peers using BitTorrent network and download the site files (html, css, js...) from them.
|
- When you visit a new zeronet site, it's trying to find peers using BitTorrent network and download the site files (html, css, js...) from them.
|
||||||
- Each visited sites become also served by You.
|
- Each visited sites become also served by You.
|
||||||
- Every site containing a `site.json` which holds all other files sha1 hash and a sign generated using site's private key.
|
- Every site containing a `site.json` which holds all other files sha1 hash and a sign generated using 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 publish it to the peers. After the peers verified the `content.json` integrity using the sign they download the modified files and publish the new content to other peers.
|
- 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 publish it to the peers. After the peers have verified the `content.json` integrity using the sign they download the modified files and publish the new content to other peers.
|
||||||
|
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
@ -35,7 +35,7 @@ Windows:
|
||||||
|
|
||||||
Linux (Debian):
|
Linux (Debian):
|
||||||
- `apt-get install python-pip`
|
- `apt-get install python-pip`
|
||||||
- `pip install pyzmq` (if drops compile error then `apt-get install python-dev` and try again)
|
- `pip install pyzmq` (if it drops a compile error then run `apt-get install python-dev` and try again)
|
||||||
- `pip install gevent`
|
- `pip install gevent`
|
||||||
- `pip install msgpack-python`
|
- `pip install msgpack-python`
|
||||||
- start using `python zeronet.py`
|
- start using `python zeronet.py`
|
||||||
|
|
Loading…
Reference in a new issue