Pages:
Author

Topic: ZeroNet - Decentralized websites using Bitcoin crypto and the BitTorrent network (Read 6866 times)

staff
Activity: 4200
Merit: 1202
I support freedom of choice
staff
Activity: 4200
Merit: 1202
I support freedom of choice
staff
Activity: 4200
Merit: 1202
I support freedom of choice
C'è una nuova release in arrivo di Zeronet, per chi volesse già provarla ora:
1 )  Scaricare Zeronet: https://github.com/HelloZeroNet/ZeroNet-win/archive/dist-win64/ZeroNet-py3-win64.zip
2 )  Scompattarla da qualche parte
3 )  Avviare ZeroNet.exe

Per chi volesse usarla completamente sotto Tor:
1 )  Scaricare e installare Tor Browser (non avviarlo ancora)
2 )  Scaricare Zeronet: https://github.com/HelloZeroNet/ZeroNet-win/archive/dist-win64/ZeroNet-py3-win64.zip
3 )  Scompattarla da qualche parte
4 )  Avviare ZeroNet.exe
5 )  Aprire la pagina http://127.0.0.1:43110 su un browser
6 )  Cliccare in alto dove indicato TOR e scegliere: "Enable Tor for every connection (slower)"
7 )  Confermare e lasciare che ZeroNet si riavvii
8 )  Lanciare Tor Browser
9 )  Andare nelle sue impostazioni proxy e mettere in "No proxy for" -> "127.0.0.1:43110"
10 ) Aprire ora la pagina http://127.0.0.1:43110 su Tor Browser
11 ) Vi verrà probabilmente chiesto di abilitare il javascript dall'estensione NoScript. Fatelo e aggiornate la pagina.

A volte potrebbe capitare che le connessioni nei tracker non funzionino bene se aprite prima Tor Browser di Zeronet. (almeno a me capita)
Chiudete entrambi e avviate Zeronet prima, e Tor Browser dopo un po'.

Se volete proprio avere gli ultimi aggiornamenti presenti sul codice:
1 )  Siate sicuri di avere ZeroNet chiuso
2 )  Scaricate https://github.com/HelloZeroNet/ZeroNet/archive/py3.zip (verrà scaricato come ZeroNet-py3.zip)
3 )  Se avete installato ZeroNet in C:\ZeroNet, dovrete scompattare il contenuto della cartella "ZeroNet-py3" al suo interno (di ZeroNet-py3.zip) in C:\ZeroNet\core
4 )  Avviare ZeroNet.exe

Con futuri aggiornamenti, e cambio di master su github, alcune cose potrebbero cambiare senza preavviso, e le istruzioni sopra non funzionare più correttamente.
sr. member
Activity: 448
Merit: 250
Make winning bets on sports with Sportsbet.io!
Ho scoperto questo progetto da poco, qualcuno segue ancora?
Ho notato che il thread internazionale è bloccato e quindi non è più possibile postare...

Da quel che ho capito dovrebbero coesistere 2 monete: Zeronet coin e Bitcoinzero coin (che dovrebbe essere quella minabile), tutta via non riesco a capire i casi d'uso di queste due valute.

sr. member
Activity: 439
Merit: 252
Get Paid to Play your Media on Current
C'era anche un progetto analogo chiamato "Osiris", qualcuno di voi lo conosceva?
Comunque sempra interessante, lo proverò.
staff
Activity: 4200
Merit: 1202
I support freedom of choice
staff
Activity: 4200
Merit: 1202
I support freedom of choice
legendary
Activity: 2506
Merit: 1120
Per pigri (Cme me) e curiosi qualcuno ha installato:
https://bit.no.com:43110/
quindi non serve installazione ...
https://bit.no.com:43110/1MxvDmGn5fipn7cyjXAMyMZPH3SyhwfZkw/
NB: lo spirito del software è sicuramente diverso dall'usare un servizio on line ...
staff
Activity: 4200
Merit: 1202
I support freedom of choice
staff
Activity: 4200
Merit: 1202
I support freedom of choice
staff
Activity: 4200
Merit: 1202
I support freedom of choice
staff
Activity: 4200
Merit: 1202
I support freedom of choice
E' stata creata una chat su telegram dedicata a ZeroNet, internazionale, in inglese:
https://telegram.me/zeronetchat
staff
Activity: 4200
Merit: 1202
I support freedom of choice
staff
Activity: 4200
Merit: 1202
I support freedom of choice
Uscita nuova versione, e social network interno Smiley (ZeroMe)

Changes in 0.4.0:

Merger site plugin. (What is Merger sites?)
Live source code reloading: Faster core development by allowing me to make changes in ZeroNet source code without restarting it.
New json table format for merger sites
Database rebuild from sidebar.
Allow to store custom data directly in json table: Much simpler and faster SQL queries.
User file archiving: Allows the site owner to archive inactive user's content into single file. (Reducing initial sync time/cpu/memory usage)
Also trigger onUpdated/update database on file delete.
Permission request from ZeroFrame API.
Allow to store extra data in content.json using fileWrite API command.
staff
Activity: 4200
Merit: 1202
I support freedom of choice
Nuova versione Smiley

Quote
Version 0.3.5 (Rev830)

- Full Tor support: Secure and faster communication within Tor network using onion addresses and also eliminates NAT drawbacks. It allows you to create new sites even if you don't have opened port or you want to hide your IP.
- Bootstrap using ZeroNet protocol (and a plugin to setup your own boot node)
- SSL cert pinning support for connections to avoid MITM attacks
- Use implicit SSL for cert pinned connection
- 2 Bootstrap node using ZeroNet protocol (one clearnet, one onion)
- 0 length file download bugfix
- Faster port testing
- Faster uPnP opening
- Use lockfiles to avoid double start
- Handle atomic write errors
- RSA crypt functions
- Onion connection stat for sidebar
- GeoDB alternative download location (for Tor)
- Tor hidden service statistics
- Benchmark sha256
- Remove Skyts tracker add Explodie
- --keep_ssl_cert: No new SSL cert generation on startup

Tor support has 3 modes (set it by --tor [disable|enable|always]):
- Disable: Do not connect to Tor network (you also loose ability to connect tor peers)
- Enable (default): Connects to Tor network, use standard (clearnet) connection to other peers if possible, so it does not have any negative impact on download speed. If port open fails it sets up tor hidden services, so other peers able to reach you directly, this improve the network quality especially on new sites.
- Always: Completely hides your IP and use Tor for every connection.

On Windows you don't have to do anything it will download the Tor client on first startup. On other OS you can find simple instructions in tools/tor/manual_install.txt file.
I planning to add some configuration options to the GUI eg. to make it simpler to switch between Tor modes.
legendary
Activity: 2506
Merit: 1120
EDIT: anche senza abilitare tutti gli ip lanciando con
$ python zeronet.py  --ui_password

Quella della password potrebbe essermi utile in futuro, visto che si tratta di email crittografata avere un login è utile in generale.
Attenzione, quella password lascia il tempo che trova. Non e' sicura in quanto la scrivi in chiaro su una shell e rimane nella history ...
Sto cercando di capire se il plugin Multiuser puo' essere una soluzione.
Sto cercando di vedere le mie email con il multiuser ma non riconosce l'utente neanche se inserisco la chiave privata che apparentemente sembra corretta ...
hero member
Activity: 708
Merit: 506
I support freedom of choice
EDIT: anche senza abilitare tutti gli ip lanciando con
$ python zeronet.py  --ui_password

Quella della password potrebbe essermi utile in futuro, visto che si tratta di email crittografata avere un login è utile in generale.
legendary
Activity: 2506
Merit: 1120
Sono riuscito a caricare inbox di http://127.0.0.1:43110/Mail.ZeroNetwork.bit/?Inbox
credo sia un problema di cookies  ...
Grazie per le prove, ci si sente li' ...
Qualcuno ha capito come realizzare un proxy in modo che si possa mettere on line?
Basta andare nella dir plugin
$ mv disabled-Multiuser/ Multiuser/
e rilanciare ... se crei un profilo su un server con la stessa chiave hai le stesse impostazioni su altro server.
Incredibile! Grandi!
Da valutare la sicurezza, ad esempio almeno https per raggiungere il sito ...
Pages:
Jump to: