rev115, Stats for total number of objects in memory, Peers in memory, Memory dump displays the total content on hover, Add http cache to js, css and image files, Allow query file status with SiteInfo websocket command to fix index.html loaded before websocket connection made problem, Fix bigsites reload problem
This commit is contained in:
parent
8d5a72f0b5
commit
dc4292e1e3
9 changed files with 64 additions and 26 deletions
22
README.md
22
README.md
|
@ -14,6 +14,18 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network
|
|||
unavailable.
|
||||
|
||||
|
||||
## Features
|
||||
* Real-time updated sites
|
||||
* Namecoin .bit domains support
|
||||
* Easy to setup: unpack & run
|
||||
* Password-less [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
|
||||
based authorization: Your account is protected by same cryptography as your Bitcoin wallet
|
||||
* Built-in SQL server with P2P data synchronization: Allows easier site development and faster page load times
|
||||
* Tor network support
|
||||
* Automatic, uPnP port opening
|
||||
* Plugin for multiuser (openproxy) support
|
||||
|
||||
|
||||
## How does it work?
|
||||
|
||||
* After starting `zeronet.py` you will be able to visit zeronet sites using
|
||||
|
@ -30,16 +42,6 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network
|
|||
signature), they download the modified files and publish the new content to
|
||||
other peers.
|
||||
|
||||
## Features
|
||||
* Real-time updated sites
|
||||
* Namecoin .bit domains support
|
||||
* Easy to setup: unpack & run
|
||||
* Password-less [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
|
||||
based authorization: Your account is protected by same cryptography as your Bitcoin wallet
|
||||
* Built-in SQL server with P2P data synchronization: Allows easier site development and faster page load times
|
||||
* Tor network support
|
||||
* Automatic, uPnP port opening
|
||||
* Plugin for multiuser (openproxy) support
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue