ZeroNet
ZeroNet
As far I know bitpay/copay like issue could also happen on any Linux repository: at that case someone took over the maintenance of a no longer maintained package, then commited...
> Among them, popular applcations such as firefox, gimp, libreoffice, and whatnot. Actually Firefox includes the dependencies inside the package: Just pdf.js (the part they use to display pdf files)...
I don't think it's a huge problem (actually I'm not sure if we need confirmation on permission remove at all), but to improve the situation we could give different look...
zeronet protocol is different from torrent, so libtorrent will not work. Also bittorrent DHT is UDP based, so it will not work on Tor without proxying it to TCP which...
Its already there: - Ipv6 and tor address support for peers - It should work using on Tor (TCP only, maybe UDP on clearnet)
@stillwarter DHT still need a bootstrap server, so it does not help on new "virgin" clients.
New progress made yet. Does anyone know already working P2P application that uses DHT over Tor? (preferably with >1000 nodes)
https://github.com/bmuller/kademlia: "The nodes communicate using RPC over UDP to communiate, meaning that it is capable of working behind a NAT." Tor is TCP-only so it's not going to work
Here is an example config for locally running ZeroNet client + nginx proxy: ``` server { server_name my.domain; location / { proxy_pass http://127.0.0.1:43110; proxy_set_header Host $host; proxy_http_version 1.1; proxy_read_timeout 1h;...
I have scripts that automatically sign & publish sites using crontab + x86_64 bundle as user. You save the script output to a file to find out what's the problem....