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.
      • Referable2424@lemdro.id
        ·
        8 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.

    • kirk781@lemm.ee
      ·
      8 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.

  • nhu@programming.dev
    ·
    edit-2
    8 months ago

    Edit: I misread the statement. Thanks for pointing this out to all the repliers! My fault.

    The first point of the answer is misleading. Tor is indeed designed with anonymity in mind. The leaks occur in different layers, like the for e.g. chosen BitTorrent client.

    https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea/

  • Moxible@monyet.cc
    ·
    8 months ago

    is it okay if I download a .torrent file from private trackers through TOR browser?

    • Thrift3499@lemm.ee
      ·
      8 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.

      • lemmyingly@lemm.ee
        ·
        8 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?

        • Thrift3499@lemm.ee
          ·
          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.

    • Zatore@lemm.ee
      ·
      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.