1. It doesn’t make you anonymous. Torrent protocol wasn’t designed with anonymity in mind and there are a million ways you’re going to leak your actual IP address.
  2. Tor is a TCP only network.
  3. While this doesn’t give you the anonymity you wanted, it will hurt the network for other users.
      • @[email protected]
        link
        fedilink
        English
        868 months ago

        I2P is a P2P darknet. on tor the network is run by volenteers (~6000 nodes) while on I2P everyone on the nerwork is a node, and their are no built in exit nodes (in i2p their called outproxies). the official I2P router has a built in torrent client as well. like torrents the more people on i2p the faster the network, while the opposite is true for tor.

    • @[email protected]
      link
      fedilink
      English
      328 months ago

      Indeed.

      Torrenting over I2P is the future. No need for VPN and no dependency on donated bandwidth like with Tor.

      The technology needs a bit of refinement and it seems they are struggling to attract and maintain good developers.

      In my opinion, the fundamental protocols of I2P need a revamp to make torrenting faster and more efficient.

      It will take a few years before we solve these problems.

      • @[email protected]
        link
        fedilink
        English
        68 months ago

        I2P is still around? I remember experimenting with it a decade ago. Sounds like it’s still a slow experience.

        • @[email protected]
          link
          fedilink
          English
          18 months ago

          It’s not super fast but it’s more then usable, you just need to get lucky with fast routers in your tunnels

  • @[email protected]
    link
    fedilink
    English
    368 months ago

    I pay monthly for access to a SOCKS5 proxy service from a company called BTGuard, and tell my BT client to connect through that. It is not expensive and works great I’ve been using it for about 12 or 13 years, and found it after getting an email from my ISP saying they identified me downloading TV shows. In that time, I have only had issues a handful of times. More reliable than most other services I pay for and I’ve never seen another DMCA notice since.

      • @[email protected]
        link
        fedilink
        English
        1
        edit-2
        8 months ago

        I do not use their VPN, just the socks5 proxy, so I can’t comment. It’s $6.95 USD monthly. Costs less than a meal out. Do you have an alternative that is less expensive with no catches or limits? I’m all ears. Serious. I’m always willing to try other stuff. Any socks5 proxy service that costs less.

        I just don’t get calling it expensive. It’s not really.

        • @[email protected]
          link
          fedilink
          English
          28 months ago

          Mullvad costs $5 and Im not aware of any catches Would be glad if others pointed out if there are any Actual VPN, socks5 proxy available

        • @[email protected]
          link
          fedilink
          English
          18 months ago

          Most providers have long-term plans for less - like $3/month for 2-3 years. That’s still the cost of eating a few meals out. Some of them even have port forwarding. Why spend double the money for less features?

    • @[email protected]
      link
      fedilink
      English
      238 months ago

      I wouldn’t bother tbh. As soon as you start using it in your torrent client other users can see your IP address anyway.

      Seedboxes are a pretty good solution.

      • @[email protected]
        link
        fedilink
        English
        38 months ago

        Unless you use a VPN or proxy.

        Seedboxes are good but only seem worth the cost if you’re utilizing it a lot/frequently?

        • @[email protected]
          link
          fedilink
          English
          2
          edit-2
          8 months ago

          The cost is reasonable, you can get 1tb of storage for around £10 a month. Most Seedboxes will let you install VPN servers on them as well, I’m not sure what you pay for specific VPN software nowadays. So you could theoretically replace Netflix, Amazon Prime, Hulu etc and have a VPN.

          They’re basically required for building ratio on private trackers nowadays.

        • Free Palestine 🇵🇸
          link
          English
          28 months ago

          I’d err on the side of caution. I always use a VPN for privacy reasons, my ISP doesn’t need to know what websites I’m visiting and which P2P protocols I use. Also, there’s no need to expose my approximate geographical location to every service I connect to.

    • @[email protected]OP
      link
      fedilink
      English
      118 months ago

      Depends. It’s definitely smaller than TOR because people don’t know of it. It’s slower, but if you don’t need things on demand, have a seedbox or some way to torrent 24/7, things are quite acceptable.

    • YⓄ乙
      link
      fedilink
      English
      12
      edit-2
      8 months ago

      What’s i2p? I downloaded i2p from fdroid and installed it. It showing peers and active peers but my IP is still the same. Can you please ELI5 ? Thanks

      • @[email protected]
        link
        fedilink
        English
        44
        edit-2
        8 months ago

        I2P is a truly anonymous darknet where every user is a node in the network, unlike TOR where everyone is leeching off of the 6000 nodes. I2P also works great for torrenting. I2P is only for accessing I2P sites and not for anonymous clearnet browsing.

        I have never tried the mobile version, but here’s some info for desktop:

        There is a java version simply called “I2P” and there is a C++ one called “I2Pd”. Start with the java one, it’s easier and has built-in torrent webclient.

        Install I2P from geti2p.net and start it. You are now a node/router in the network. To access I2P darknet websites like http://planet.i2p you have to tell your browser to use I2P proxy. You should use a different browser profile for using I2P, on firefox you can create one at about:profiles .

        Enable I2P on firefox: Settings -> General -> Network Settings. Set manual http and https proxy to 127.0.0.1 port 4444 . You should now be able to visit eepsites (sites ending with .i2p). Always put http:// manually at the beginning. If it tells you to use jump services because it can’t find the site, just click on one of the suggestions.

        Torrents are on http://tracker2.postman.i2p . Find one, copy the magnet link and go to the torrent webclient: 127.0.0.1:7657/i2psnark . Add the torrent there. Done, you are now anonymously torrenting.

        • @beastlykings
          link
          English
          98 months ago

          Isn’t it dangerous to have every client also be a node? Sure, my torrents would come out someone else’s node, but someone else’s torrent could easily come out mine.

          I don’t think my ISP cares whether it was actually me who used my IP to get a piracy complaint?

          Or maybe I just don’t understand how it works?

          • Melmi
            link
            fedilink
            English
            12
            edit-2
            8 months ago

            Unlike Tor, which is built around accessing the clearnet anonymously, I2P is primarily designed around keeping traffic in the darknet. When you join I2P, you route traffic for other nodes but only within the I2P network, it will never leave through your clearnet address.

            The equivalent of Tor’s exit nodes are called “outproxies”, but they aren’t often used, there aren’t very many of them, and you have to specifically set them up manually as it isn’t the default behavior like it is for Tor.

          • @[email protected]
            link
            fedilink
            English
            58 months ago

            On a high level, I2P is an overlay internet on top of the regular web. Everyone has a router address that acts like a regular IP address, except that this one is purely inside the I2P software. So unlike IP addresses that go over your ISP to connect to the internet, on the I2P network your router can connect to other routers directly without the concept of ISP.

            Your traffic makes multiple unidirectional hops over nodes in the network before it accesses the site/peer you want to connect with. Connection from your peer back to you goes back over another set of unidirectional nodes (unlike TOR where contacting and receiving uses the same set of nodes). The connection between the nodes uses the latest encryption methods of course.

            For more details you would have to ask someone else.

      • @[email protected]
        link
        fedilink
        English
        38 months ago

        I2P doesn’t behave like Tor by default, it’s designed around connecting to internal peers within its network so your browser won’t treat it as a proxy but default and you have to specifically configure it to route traffic to the I2P network

    • kirk781
      link
      fedilink
      English
      48 months ago

      Same here. Whilst torrent sites themselves are blocked, once you get the magnet link/torrent via a proxy/VPN, there is no issue. I do not think anyone has ever received a cease and desist letter from their ISPs here. But then, I think, this is the case for many countries outside of the developed world.

      • @can
        link
        English
        28 months ago

        Canada? Idk the actual legality but I’ve been torrenting bare for nearly two decades and have only received two meaningless warnings from my ISP in that time.

        • @[email protected]
          link
          fedilink
          English
          28 months ago

          Tends to only work in small towns. I never recieved a letter or warning until I moved to Vancouver, and then got one within a month

          • @can
            link
            English
            28 months ago

            I’m not in a small town but no where near Vancouver. VPN is probably still good practice.

  • @[email protected]
    link
    fedilink
    English
    198 months ago

    Tor is a TCP only network.
    Can someone ELI5 this point for me? I know there is TCP and UDP, is UDP safer then ?

    • @[email protected]
      link
      fedilink
      English
      50
      edit-2
      8 months ago

      TCP is a protocol where all the data is verified when sent. There is extra back and forth communication along with the payload to check that the payload arrived safely. Its great for downloading files when you want to make sure nothing is missing or damaged. UDP is more like a constant data stream where the sender doesn’t care if it all gets to you. The advantage is that you send less data overall, useful if you don’t care if one frame of a video stream looks weird.

      One protocol isn’t safer than another, its all about how much bandwidth you have/need. Torrenting over TOR uses up way more bandwidth than needed. Depending on the implementation, TCP can use 50% more bandwidth.

        • @[email protected]
          link
          fedilink
          English
          38 months ago

          and sometimes we do care about successful delivery but need to handle that ourselves

          Am I right to assume this is generally carried out by the users’ torrent client which is why we prefer UDP for torrenting?

          • @[email protected]
            link
            fedilink
            English
            18 months ago

            I’m definitely not an expert on Bittorrent, but I believe the person above was incorrect - I think there are some extensions to the protocol that enable UDP transport, but typically Bittorrent traffic occurs primarily via TCP.

            What you said makes perfect sense in that hypothetical context, though!

    • @[email protected]
      link
      fedilink
      English
      18 months ago

      Just different. Torrent protocol UTP is based on UDP, it has some advantages, you couldn’t get with Tor

    • @ByGourou
      link
      English
      28 months ago

      Tribler is the only thing I found to bypass my network torrent block for free (no vpn).

      • @ByGourou
        link
        English
        18 months ago

        Just found out about i2p, i2psnark worked with i2p torrent (I couldn’t make qbitorrent work). If I understood corectly, it should work with non i2p torrent if someone on the i2p network has it, but it’s still pretty niche so right now it doesn’t work mist of the time.

    • @Cl1nk
      link
      English
      1
      edit-2
      8 months ago

      I haven’t used tribler in years, how does it compare to downloading regular public torrent sites? (like the defunct rargb)

      • Fleppensteyn
        link
        fedilink
        English
        18 months ago

        Often it’s not that great, but I believe it just needs more users to solve this