HelloZeroNet / ZeroNet

ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
https://zeronet.io
Other
18.37k stars 2.27k forks source link

Full Tor support #60

Closed HelloZeroNet closed 8 years ago

HelloZeroNet commented 9 years ago

Problem:

Possible solutions:

Any help/idea/suggestion greatly welcomed. Thanks! :)

aaannndddyyy commented 9 years ago

There are working DHT implementations for I2P (cf. Vuze's i2phelper plugin or i2p's i2psnark, i2p-bote also uses a dht)

alxbob commented 8 years ago

https://github.com/Ayms/node-Tor

https://pypi.python.org/pypi/pyp2p

alxbob commented 8 years ago

Full tor support and hidden services can work inside zeronet by creating a dht (that would be a tor hidden service it self) that holds the .onion addresses and load balances them. In clearnet it could work as a common dht. So its users connecting to zeronet through tor will have a hidden service created for its site he/she visits. And let tor hdirs take care the rest!

http://repository.tudelft.nl/view/ir/uuid%3A98728747-571c-4df8-ac88-f5b5cf19626c/

https://github.com/Tribler/tribler

https://pypi.python.org/pypi/OnionBalance

https://stem.torproject.org/tutorials/over_the_river.html

https://github.com/prof7bit/TorChat/tree/torchat_py

I started to work on this i let you know

str4d commented 8 years ago

See #45 for some comments regarding I2P's torrent DHT support, which may be helpful.

HelloZeroNet commented 8 years ago

Done in 0.3.5