HelloZeroNet / ZeroNet

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

tracker connection error detected and content.json downloading failed even using tor with bridge #2829

Open hake-code opened 1 year ago

hake-code commented 1 year ago

My environment

My problem in my area i cannot find trackers all trackers connected 0% even using tor with bridge. It pops up as tracker connection error detected and content.json downloading failed. So i cannot connect to any site except for hello zeronet

I hope that there is a list of private trackers that are not blocked or the zeronet has more bridges like snowfake and obfs built in.

kosakuraiori commented 1 year ago

The built-in version of Tor in ZeroNet is too old (and doesn't even support Tor Onion V3). Therefore, this problem is not unexpected.

However, the ZeroNet documentation mentions how to use the Tor Browser instead of ZeroNet's built-in Tor.

https://zeronet.io/docs/faq/

How to make Tor work if my ISP or goverment blocks it?

ZeroNet does not include Tor pluggable transports yet. The easiest way to make Tor work in a censored network is to start the Tor browser, configure it to connect to the Tor network with working pluggable transports, and modify ZeroNet's config to use Tor browser's proxy and control port by starting ZeroNet with --tor_controller 127.0.0.1:9151 --tor_proxy 127.0.0.1:9150 or by adding these parameters to zeronet.conf.

[global] tor_controller = 127.0.0.1:9151 tor_proxy = 127.0.0.1:9150