Hi, let me know if this is obviously stupid and won’t work. I’m an old pirate but obviously still pretty uneducated. I’ve got a dead torrent that’s a collection of roms. 4 seeders, 800 abandoned peers (ungrateful basterds). Seeders are rarely online or can’t provide more than 8% after a week. The roms are pretty mainstream and it’s strange for this torrent to have been abandoned.

If I can find find the exact releases of as many roms as possible in the collection from other singular sources, can I resurrect this torrent by just copy+overwrite into the unfinished folder? is it that simple or is this hubris? am I too old to be this stupid?

    • sad_detective_man@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 days ago

      honestly that wouldn’t surprise me, it happened before. Just hard to diagnose because it’s never consistent and Tribbler seems to be temperamental compared to other clients I’ve used.

      after making some replacements other seeds showed up though and filled in the other files I hadn’t got to yet. so weird after 6 days of zero movement

      • antipiratgruppen@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        9 days ago

        Check the open port number of your torrent client – which should also be set in your router’s port forwarding or firewall config (alternatively enable UPnP in the router config to let it handle such things for you).

        You can use a utility like CanYouSeeMe.org to check if it’s correctly configured.

        EDIT If you can’t make it work, you might be behind double NAT, sharing varying IPs with multiple other of the ISP’s customers at once. In that case, you’ll need to find one of the few trustworthy VPN providers that support port forwarding to get connectable, as it’s called, and be able to connect to all peers no matter if they’re connectable or not. Alternatively, rent a connectable seedbox in the cloud.

        • sad_detective_man@lemmy.dbzer0.comOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          9 days ago

          well, my VPN is definitely trash and doesn’t have port forwarding. canyouseeme is not seeing me, it seems. none of my port settings are set in any app so I assume they’re all being managed for me. this is probably my problem and I need to study up on WAN in order to learn how to fix it

          • antipiratgruppen@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            9 days ago

            Then what you need is a VPN that supports port forwarding. There are very few, but I bet you can find a thread somewhere on Lemmy discussing the options you have. Then, if I’m not mistaken, you still need to know/set the port number in your torrent client and config the router correctly, probably through its admin site which you’ll find on the router’s IP in the browser. If you don’t know the login (and admin/admin doesn’t work) you can find the default credentials by searching the web for your router model number + admin login. When logged in, you can set new admin login credentials if you don’t want other users of your local network to be able to access or change the config settings.

            • sad_detective_man@lemmy.dbzer0.comOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              9 days ago

              you’re right. I just tried setting up the socks5 credentials which were the whole reason I even bought this VPN in the first place and they’re not working anyway. so screw it, time to start looking again.

              Wait socks5 isn’t a kind of port forwarding is it? is what you just told me something I should have also tried using port 1080 but in my router settings as well?

              • antipiratgruppen@lemmy.dbzer0.com
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 hour ago

                Re-reading my previous comment, I think I gave you some incorrect information. Let me try again.

                If you want to use a VPN and stay/become connectable to peers in P2P apps such as torrent clients, you need one of the few VPNs that support port forwarding. So far, so good.

                However, I think I was wrong about the configuration. It’s correct that you need to define a port number in your torrent client’s settings, but when using a VPN, your router’s port forwarding configuration is irrelevant, opposing to what I previously said. Instead, somewhere in your VPN’s settings or when logged in on the VPN provider’s website, you should set the same port number as in your torrent client. If the provider already assigned some port number to you, copy that to your torrent client config instead. Also look into how to bind your torrent client to your VPN so no traffic escapes if the VPN disconnects.

                The router admin dashboard is only relevant for traffic that doesn’t go through the VPN, so probably irrelevant for your torrenting, and you can only forward ports if you have your own public IP, rather than a shared one (CGNAT). I don’t know which you have or if you’ll ever need one. Ask your ISP if you need a public IP for something on your network that doesn’t go through the VPN, e.g. some game server. While some ISPs give every customer a public IP, others sell it as an add-on for a small monthly fee if the technology (e.g. fiber) allows it, but only some technologies do. But as I said, the router port config doesn’t matter when torrenting through the VPN.

                Regarding SOCKS5, I found this description of it by in this blog post by ExpressVPN:

                A SOCKS proxy acts as an intermediary between your device and the internet. Instead of your network packets being sent directly to their destination, they are first routed through the proxy server. The proxy then forwards those requests on your behalf, replacing your IP address with its own.

                So no, it’s not. From some quick searches, it seems possible use a SOCKS proxy from your VPN provider for your torrent client in order to hide your real IP from other peers, but since I can’t find any proof of port forwarding being possible through such a proxy, this probably wont make you connectable…