Closed HelloZeroNet closed 8 years ago
There are working DHT implementations for I2P (cf. Vuze's i2phelper plugin or i2p's i2psnark, i2p-bote also uses a dht)
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
See #45 for some comments regarding I2P's torrent DHT support, which may be helpful.
Done in 0.3.5
Allow clearnet connections
setting: If disabled then standard ipv4 peers is connected using Tor exit-nodes. If its enabled then only Tor peers are connected through the Tor proxy.Problem:
Possible solutions:
Any help/idea/suggestion greatly welcomed. Thanks! :)