

I wish more pirates used I2P. But it seems like many cannot deal with waiting a day for their download to finish.
I wish more pirates used I2P. But it seems like many cannot deal with waiting a day for their download to finish.
MuWire? I thought that was dead. The main dev blew a gasket over something and archived it. I see it’s out of archival now, but I do wonder what brought him back.
I didn’t expect eMule and Gnutella to still be active, but probably didn’t know because I’m on Linux and their clients are Windows only. Others have pointed out linux builds that I somehow hadn’t found until now.
They aren’t being actively developed are they? And do they are windows only too, last time I checked.
Good luck! I hope it all works out for ya 🙂
You can use transmission just for creating the torrent. You don’t have to use the actual client. If qbittorrent is your client, it’s possible to add the torrents to the list at the same time with
for folder in * ; do
transmission-create -o "$folder.torrent" "$folder"
qbittorrent --save-path="$folder" "$folder.torrent"
done
Then you create the torrent and start seeding it immediately. If you’ve already created the torrent files
for torrentFile in **/*.torrent ; do
folderName="$(basename -s .torrent "$torrentFile")"
folderParent="$(dirname "$torrentFile")"
folderPath="$folderName/$folderParent"
qbittorent --save-path="$folderPath" "$torrentFile"
done
Depending on the setup, you could also just sym link the folder into qbittorrent
’s download directory and copy your torrents into a folder that qbittorrent
listens to. There are many ways to skin the cat. Check out the command line parameters for your torrent client.
Hmm, creating torrents isn’t that hard.
for folder in * ; do
transmission-create -o "$folder.torrent" "$folder"
done
You can add a tracker by adding the --tracker "$trackerUrl"
option. There isn’t much more scripting involved, AFAIK, unless you want to upload them to the tracker too. But if you join the DHT and share the magnet links somewhere, you should be done. Or is there more to the process I’m missing?
Hmmm, is your goal to share each season folder separately? Is that why you would need scripting?
Or are you looking to share everything at once without worrying about creating individual torrents? If this is what you’re looking for, then maybe Retroshare is what you’re looking for? I don’t know if stuff using eDonkey, Gnutella, or Kademlia are still around, but retroshare has file-sharing similar to those where you point the client at a folder and it just shares the entire thing.
IPFS would’ve been great for this, but they honestly screwed the pooch on that (it hogs resources, doesn’t have good clients, and doesn’t have a bridge to torrents or other networks i.e you can’t go “oh, I have a torrent file, let me see if the files for this are on IPFS and download them from there”).
Walk us through the steps you’re taking. I’m curious how many there are and why you think there have to be that many.
Google takes 30% of your payments to provide you this security 👌
There’s a chance google has to divest from Chrome, but we won’t know until September at the earliest. The process the DOJ brought against it is in progress. Binding YouTube to chrome now might jot be a smart move if google loses the process.
There is a good chance in my mind that google will win against the Department Of Justice simply because of the current administration in the US.
This is by design. They could make switching easy, hut they explicitly choose to make it hard so that people think twice about it.
Port forwarding is premium? On what exactly? I must be out of the loop…
Guys, stop using github. Put your stuff on gitlab or codeberg (clearnet or on I2P), or even put it on radicle (which can also be hosted on TOR or I2P). They’ll have a much harder time taking down stuff on alternatives and it’ll be nearly impossible on hidden services.
As one Google Play Store customer said: “No consent given, install could not be paused or stopped. I watched it install itself on my phone on January 22, 2025 (couldn’t pause or cancel it) AND it did all of that over mobile network (my settings are to never download or install anything unless I’m on Wi-Fi). Description tells you nothing. Permissions are for virtually EVERYTHING.”
…
However, some have reported that SafetyCore reinstalled itself during system updates or through Google Play Services, even after uninstalling the service. If this happens, you’ll need to uninstall SafetyCore again, which is annoying.
I’ve said that this is possible multiple times and people have straight up to me “you don’t understand how android security works - this is impossible”. Well, here we are…
So Facebook has to be sued in the Netherlands for it to succeed 👌 If somebody goes through with it, that would be a great popcorn moment.
My first question is: how is Mozilla going to benefit monetarily from this, because that seems to be the only thing they actually care about.
You can speak freely in anonymous and encrypted channels e.g a matrix server on I2P/TOR, a signal group (just don’t use your name), simplex, retroshare over I2P, etc. Telegram is not encrypted!
Just search for “piracy $channel” e.g “piracy I2P chat”, “piracy simplex chat”, “piracy signal chat”, or something similar and you’ll find something. There might even be a forum hosted on TOR or I2P if the piracy community is that motivated.
But always remember not to give too many details about yourself. Being anonymous isn’t just a technical requirement, it also required personal effort. Tech can’t do everything for you.
How old is this phone? My guess is corruption at hardware level.
If you can shell into it and have dd or something, try to write a simple file to e.g dd if=/dev/zero of=/sdcard/testfile bs=1MB count=200
If that fails when directly on the device, you can rule out network issues.
You can also try downloading a file from the web that’s about the size of your file or serving your file on the local WLAN with python3 -m http.server
and accessing it on your phone. Just to see what happens.
People listen to radio? I honestly didn’t think there were still radio channels…
I don’t know of a tutorial, but most tools have to have support for I2P built in, otherwise they won’t work. A good torrent client that does is qBittorrent.
Browsing I2Ps network with HTTP happens over a SOCKS5 proxy, so if aria supports that, you can use it too. https://geti2p.net/ should have more information.
Anti Commercial-AI license