cross-posted from: https://lemmy.ml/post/6915117

The release of qBittorrent v4.6.0 stable comes with I2P support. While experimental, we can still get a working torrent setup using qBittorrent now. qBittorrent-nox is the Web-UI only version, and currently it does not have configuration settings in the Web-UI for I2P settings. This guide will show you how to setup qBittorrent-nox and manually change the qBittorrent.conf file to allow for I2P torrenting!

Guide can be found here: https://strict3443.codeberg.page/i2p-info/hugo/public/posts/how-to-use-i2p-on-qbittorrent-nox/


qBittorrent Changelog: https://github.com/qbittorrent/qBittorrent/blob/release-4.6.0/Changelog

    • Strict3443@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      19
      ·
      8 months ago

      What @supervent@lemmy.dbzer0.com said. Basically you get access to the I2P network (overlay on top of the regular internet) that provides anonymity and doesn’t require any port forwarding. Thus, this allows every user to seed torrents without worrying about opening ports or getting letters in the mail.

      The torrent space on I2P is still growing, there are some chads cross-seeding to the I2P network allowing for torrenting popular torrents over I2P.

      • ninchuka@lemmy.one
        link
        fedilink
        English
        arrow-up
        5
        ·
        8 months ago

        If you can find the torrents you want on I2P, it’s sadly alot smaller then clearnet for torrents currently

        • Strict3443@lemmy.mlOP
          link
          fedilink
          English
          arrow-up
          8
          ·
          8 months ago

          That is the lacking area. There needs to be a development in the area of DHT crawlers and indexers to help find torrents on I2P like how btdigg works, but for I2P torrents. Hopefully one day.

  • Meldrik@lemmy.wtf
    link
    fedilink
    English
    arrow-up
    7
    ·
    8 months ago

    Does anyone know if it’s possible to setup I2P on a local server and then point to that, when setting up the proxy settings in Firefox from your PC?

    • Strict3443@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      8 months ago

      Yes, absolutely. I have a VPS that runs a i2pd router and I can set my clients to point to my VPS and I am able to use the I2P network. In doing so, I had to make sure I forwarded the correct ports on my VPS so that it would reach the i2pd application. I will do a write up soon.

    • neutron@thelemmy.club
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 months ago

      It should be perfectly doable. The only difference is that the server in on the local network (e.g. 192.168.1.101) instead of localhost (127.0.0.1). You might need to configure your OS firewall to let traffic through.

  • ѕєχυαℓ ρσℓутσρє@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 months ago

    Question: Can I keep it connected to some VPN layer like gluetun, and still make I2P work? Ideally, it should route all the clearnet traffic through gluetun and the I2P traffic through i2pd.

    From the instructions, it looks like it should be possible, just confirming.

    • Strict3443@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      8 months ago

      Yes, I did exactly this when I2P support was first in beta. I have a docker stack with Gluetun as my network for all my *arr containers and I was able to still point my qBittorrent to my i2pd router and it worked just fine.