Update README.md

Minor changes to wording to give better understanding.
This commit is contained in:
Nodeswitch 2015-01-14 07:45:06 +00:00
parent efb1dc3210
commit 79f26e293c
1 changed files with 3 additions and 3 deletions

View File

@ -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.
- 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.
- 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
@ -35,7 +35,7 @@ Windows:
Linux (Debian):
- `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 msgpack-python`
- start using `python zeronet.py`
@ -76,4 +76,4 @@ Site:13DNDk..bhC2 Successfuly published to 3 peers
Bitcoin: 1QDhxQ6PraUZa21ET5fYUCPgdrwBomnFgX
#### Thank you!
#### Thank you!