• ReversalHatchery@beehaw.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      8 days ago

      I2P and it’s sub 100 kb/s speed? Series, games would never finish downloading, but then also only those torrents are accessible through I2P that are published to an I2P tracker, there is no DHT (yet?). Clearnet torrents and clearnet peers are not accessible through I2P.

      Or is it something on my end that makes it that slow? ISP download bandwidth is stable and much higher.

      • Staubsaugernasenmann@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        5
        ·
        8 days ago

        While it’s true that i2p torrents are slower than clearnet torrents the speed is not really as bad in my experience. I would say i can download most shows, movies and files in general in 1-2 days max (I know that is slow in comparison, but its OK if you are just building up your library, atleast for me). On average i would say a “normal 1080p movie” finishes in 5-6 hours (In my experience). The bigger Problem is sometimes the lack of torrents and seeders, although this is getting better

      • onlinepersona@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 days ago

        The total speed of my torrents has been 200KB/s, once even got 300KB/s. Honestly, that’s not a problem for me; I’m not hooked and don’t need an instant fix.

        It’s also logical that I2P can’t access the clearnet. That’s not the purpose of I2P. Theoretically there can be inproxies and outproxies, but AFAIK very few people operate them. Having an outproxy is like operating a TOR exit node.

        Speed is side-effect of anonymity. The more people you route a request through, the slower it gets. It’s at least as slow as the slowest link. A VPN is one single, high speed link, but it doesn’t grant you anonymity (if the VPN provider collects logs). IINM you need at least 2 hops to be anonymous. A - B - C, B doesn’t know if A is the source or just forwarding a request nor if C is the final destination or just another hop.

        Anti Commercial-AI license

        • ExcessShiv@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          5 days ago

          At a measly 200kb/s it would have taken me more than 200 days of constant downloading at “full speed” to build my media library to were it is now (3.6tb), instead of a few days…that’s not about instant fix IMO, that’s just super duper slow. Few (no?) people need true anonymity for torrenting, just enough to not be indisputably linked to it so they can’t take you to court.

          • onlinepersona@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            2
            ·
            5 days ago

            I dunno how old you are, but I come from the time of internet where loading pictures happen line by line. It took me a decade or more to get my library.

            I’m patient. I don’t need my stuff to be there immediately. Maybe that’s the minority, I dunno, but a little bit of anonymity and patience ain’t hurt nobody.

            Anti Commercial-AI license

            • ExcessShiv@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              5 days ago

              Old enough to have experienced the world before the internet was widely available in the “western” world. It’s not about getting things instantly, but I’m also over waiting for a week+ just to download a movie. The level of anonymity that a good VPN provides is good enough for me.

    • theroff@aussie.zone
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 days ago

      The biggest issue I’ve had with I2P so far has been lack of content.

      postman.i2p only permits torrents which includes its tracker in the torrent file, which means popular torrents from 1337x, TPB et al can’t be uploaded there (at least not without changing the infohash). Torrent clients like qBittorrent and BiglyBT can cross-seed on I2P and clearnet networks which is a recent development since libtorrent 2.0 came out (software packages take a while to bump to.the latest library), but from what I’ve tested nearly all of the infohashes I put into my client from “clearnet” torrent sites have stalled, probably because I2P is a little too bespoke at the moment.

      The potential is definitely there IMO, but unless you’re just watching mainstream movies and TV it’s not a replacement for clearnet/VPN.

      If I’m missing something I’d like to know :)

      • onlinepersona@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 days ago

        The info hash shouldn’t change as per spec.

        info_hash

        The 20 byte sha1 hash of the bencoded form of the info value from the metainfo file. This value will almost certainly have to be escaped.

        The info value is a separate key of a torrent file

        metainfo files

        Metainfo files (also known as .torrent files) are bencoded dictionaries with the following keys:

        announce
        The URL of the tracker.
        info
        This maps to a dictionary, with keys described below.

        The info dictionary does not include the list of trackers, therefore the infohash shouldn’t change.

        The most likely reason your torrent stalls when running in I2P mode is probably that it doesn’t exist on the tracker.

        Anti Commercial-AI license