readme typo fix, donation bitcoin address added, force linux mergemedia path slashes, loading screen anim fix
This commit is contained in:
parent
ceb8ce6027
commit
4b02417b61
5 changed files with 913 additions and 903 deletions
11
README.md
11
README.md
|
@ -1,6 +1,6 @@
|
|||
# ZeroNet
|
||||
|
||||
Decentralized web platform using Bitcoin crypto and BitTorrent network
|
||||
Decentralized websites using Bitcoin crypto and BitTorrent network
|
||||
|
||||
|
||||
## Why?
|
||||
|
@ -13,7 +13,7 @@ Decentralized web platform using Bitcoin crypto and BitTorrent network
|
|||
|
||||
## How does it works?
|
||||
- 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/1EU1tbG9oC1A8jz2ouVwGZyQ5asrNsE4Vr).
|
||||
- When you visit a new zeronet site, it's try 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.
|
||||
- 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.
|
||||
|
@ -70,3 +70,10 @@ Site:13DNDk..bhC2 Successfuly published to 3 peers
|
|||
- Serving files....
|
||||
```
|
||||
- That's it! You successfuly signed and published your modifications.
|
||||
|
||||
|
||||
## If you want to help keep this project alive
|
||||
|
||||
Bitcoin: 1QDhxQ6PraUZa21ET5fYUCPgdrwBomnFgX
|
||||
|
||||
#### Thank you!
|
Loading…
Add table
Add a link
Reference in a new issue