Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ST
Strict3443 @lemmy.ml
Posts 27
Comments 34
Piracy is Preservation
  • https://geti2p.net/en/download for the java version, which comes with extra apps. Otherwise, you can go to https://i2pd.website/ for the C++ version which is much lighter and you can just point your browser/torrent clients at the i2p router and you are good to go.

  • [GUIDE] How to Setup i2pd on Alpine Linux Container (LXC) in Proxmox
  • Update 2023-10-26

    Script was fixed and now correctly copies the reseed certificates from the repo to the data directory. Running the script on a fresh alpine container now results in a working i2pd router with no config necessary. This fixes the "Firewall Status: Unknown" issue.

  • [GUIDE] How to Setup i2pd on Alpine Linux Container (LXC) in Proxmox
  • Update 2023-10-26

    Script was fixed and now correctly copies the reseed certificates from the repo to the data directory. Running the script on a fresh alpine container now results in a working i2pd router with no config necessary. This fixes the "Firewall Status: Unknown" issue.

  • [GUIDE] How to Setup i2pd on Alpine Linux Container (LXC) in Proxmox
  • Step 5 from the guide shows how to test if i2pd is running on your Alpine container. If you are using i2pd on another machine, similar commands will work as well.

    For the Alpine Container:

    • Run ps command to see if the i2pd program is running
    • Run service i2pd status to see that status. Ex. * status: started
    • Find your container’s local IP address with ip -4 a and navigate to the i2pd web console at http://:7070
  • How to Setup i2pd on Alpine Linux Container (LXC) in Proxmox

    strict3443.codeberg.page How to Setup i2pd on Alpine Linux Container (LXC) in Proxmox

    Create Proxmox Alpine container for i2pd router Step 1: Download the Alpine Linux container template https://pve.proxmox.com/wiki/Linux_Container#pct_container_images 1a: Open a SHELL on your Proxmox host and query the available alpine linux containers pveam available | grep alpine 1b: Download the ...

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

    > This is a little guide to show you how to setup a small container dedicated to an i2p router such as i2pd. This allows for a central router for all your clients on your LAN for example. > > --- > Read the guide > > i2pd Alpine Setup Script

    1

    How to Setup i2pd on Alpine Linux Container (LXC) in Proxmox

    strict3443.codeberg.page How to Setup i2pd on Alpine Linux Container (LXC) in Proxmox

    Create Proxmox Alpine container for i2pd router Step 1: Download the Alpine Linux container template https://pve.proxmox.com/wiki/Linux_Container#pct_container_images 1a: Open a SHELL on your Proxmox host and query the available alpine linux containers pveam available | grep alpine 1b: Download the ...

    This is a little guide to show you how to setup a small container dedicated to an i2p router such as i2pd. This allows for a central router for all your clients on your LAN for example.

    --- Read the guide

    i2pd Alpine Setup Script

    14
    qBittorrent 4.6 launches with I2P support - gHacks Tech News
  • This is a good point. I also feel like private trackers are meant for people who actually seed content they download, and just have good intentions to help share content. This also comes with hardware requirements (disk space) sometimes that not everyone has.

  • qBittorrent 4.6 launches with I2P support - gHacks Tech News
  • I'll check out MuWire, was unaware that it used DHT.

    Also, I am just saying that tracker2.postman.i2p is the only torrent directory we have currently, and its best way to find and advertise torrents for others. Trackers (where your client announces to) are helpful to finding peers of the same torrent.

  • qBittorrent 4.6 launches with I2P support - gHacks Tech News
  • What I mean is if I create a new torrent of Big Buck Bunny with a InfoHash of b1946ac92492d2347c6235b4d2611184 for example, no one will find my torrent by searching for "Big Buck Bunny". Unless I post this hash somewhere, advertising "Hey, this torrent is Big Buck Bunny" like what 1337x and other torrent sites do, you won't "find" it. Basically, we have to use a torrent indexer like tracker2.postman.i2p to search the metadata and find torrents we want. If that makes sense.

  • [GUIDE] How to Use I2P on qBittorrent-nox v4.6.0
  • 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.

  • [GUIDE] How to Use I2P on qBittorrent-nox v4.6.0
  • 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.

  • How to Use I2P on qBittorrent-nox v4.6.0

    strict3443.codeberg.page How to Use I2P on qBittorrent-nox

    Setup I2P Router with SAM Enabled Step 1: Start your I2P router, either with i2pd or I2P java edition. Step 2: Ensure the SAM service is enabled on your I2P router Setup Qbittorrent-nox Step 1: Download the correct version of Qbittorrent-nox from https://github.com/userdocs/qbittorrent-nox-static/re...

    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

    0

    How to Use I2P on qBittorrent-nox v4.6.0

    strict3443.codeberg.page How to Use I2P on qBittorrent-nox

    Setup I2P Router with SAM Enabled Step 1: Start your I2P router, either with i2pd or I2P java edition. Step 2: Ensure the SAM service is enabled on your I2P router Setup Qbittorrent-nox Step 1: Download the correct version of Qbittorrent-nox from https://github.com/userdocs/qbittorrent-nox-static/re...

    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

    0

    How to connect to IRC on I2P

    strict3443.codeberg.page How to Connect to IRC on I2P

    IRC hosts on I2P irc.acetone.i2p irc.ilita.i2p irc.r4sas.i2p irc.chaoticninja.i2p irc.coldhell.i2p irc.echelon.i2p irc.kitsune.i2p irc.intr.i2p irc.nerds.i2p irc.ukraine.i2p ircs.nerds.i2p How to connect to IRC with i2pd on Android Step 1: Install i2pd app from https://github.com/PurpleI2P/i2pd-andr...

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

    > Guide: https://strict3443.codeberg.page/i2p-info/hugo/public/posts/how_to_connect_to_irc_on_i2p/ > - ### IRC hosts on I2P > - irc.acetone.i2p > - irc.ilita.i2p > - irc.r4sas.i2p > - irc.chaoticninja.i2p > - irc.coldhell.i2p > - irc.echelon.i2p > - irc.kitsune.i2p > - irc.intr.i2p > - irc.nerds.i2p > - irc.ukraine.i2p > - ircs.nerds.i2p

    0

    How to connect to IRC on I2P

    strict3443.codeberg.page How to Connect to IRC on I2P

    IRC hosts on I2P irc.acetone.i2p irc.ilita.i2p irc.r4sas.i2p irc.chaoticninja.i2p irc.coldhell.i2p irc.echelon.i2p irc.kitsune.i2p irc.intr.i2p irc.nerds.i2p irc.ukraine.i2p ircs.nerds.i2p How to connect to IRC with i2pd on Android Step 1: Install i2pd app from https://github.com/PurpleI2P/i2pd-andr...

    Guide: https://strict3443.codeberg.page/i2p-info/hugo/public/posts/how_to_connect_to_irc_on_i2p/

    • IRC hosts on I2P

      • irc.acetone.i2p
      • irc.ilita.i2p
      • irc.r4sas.i2p
      • irc.chaoticninja.i2p
      • irc.coldhell.i2p
      • irc.echelon.i2p
      • irc.kitsune.i2p
      • irc.intr.i2p
      • irc.nerds.i2p
      • irc.ukraine.i2p
      • ircs.nerds.i2p
    0

    How to use Matrix in I2P on Android

    strict3443.codeberg.page How to use Matrix in I2P

    Matrix in I2P on Android http://matrix-im.i2p Step 1: Go to your i2pd config folder Step 2: Find the tunnels.d directory Step 3: Create a new .conf file in this directory (Ex. matrix-im.conf) Step 4: Write the configuration settings. Choose any open port on your device. Save the config file. [MATRIX...

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

    > Matrix Homeserver: http://matrix-im.i2p

    0

    How to use Matrix in I2P on Android

    strict3443.codeberg.page How to use Matrix in I2P

    Matrix in I2P on Android http://matrix-im.i2p Step 1: Go to your i2pd config folder Step 2: Find the tunnels.d directory Step 3: Create a new .conf file in this directory (Ex. matrix-im.conf) Step 4: Write the configuration settings. Choose any open port on your device. Save the config file. [MATRIX...

    Matrix Homeserver: http://matrix-im.i2p

    0

    I2P Article/Posts Archive

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

    > Made a simple Hugo site to host a bunch of articles and posts related to I2P, all in one place. All posts have been translated to English. There are a lot of a good articles on the inner workings of I2P and can help understand I2P better. > > Codeberg Pages: https://strict3443.codeberg.page/i2p-info/hugo/public/ > Codeberg Repo: https://codeberg.org/Strict3443/i2p-info/src/branch/pages

    0

    I2P Article/Posts Archive

    Made a simple Hugo site to host a bunch of articles and posts related to I2P, all in one place. All posts have been translated to English. There are a lot of a good articles on the inner workings of I2P and can help understand I2P better.

    Codeberg Pages: https://strict3443.codeberg.page/i2p-info/hugo/public/ Codeberg Repo: https://codeberg.org/Strict3443/i2p-info/src/branch/pages

    0

    I2P - Protocol of Invisible Internet. How the best anonymity network works

    piped.video Piped

    An alternative privacy-friendly YouTube frontend which is efficient by design.

    Piped

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

    > Great video by acetone on how the I2P network works. > > Acetone's website: https://bazari.sh/ > > --- > > Alt Link: https://yewtu.be/watch?v=95hSAMEwrlM

    0

    I2P - Protocol of Invisible Internet. How the best anonymity network works

    piped.video Piped

    An alternative privacy-friendly YouTube frontend which is efficient by design.

    Piped

    Great video by acetone on how the I2P network works.

    Acetone's website: https://bazari.sh/

    ---

    Alt Link: https://yewtu.be/watch?v=95hSAMEwrlM

    1

    x25519 for Encrypted LeaseSets | Host Hidden + Encrypted Services!

    codeberg.org i2pd-x25519

    Python implementation of the x25519.cpp from i2pd-tools

    i2pd-x25519

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

    > Python implementation of the PurpleI2P x25519 code from https://github.com/PurpleI2P/i2pd-tools/blob/master/x25519.cpp > > Along with a guide on how to set up a server and client to use encrypted LeaseSets! > > --- > Learn More about Encrypted LeaseSets: > > https://geti2p.net/en/blog/post/2021/09/07/Level-Up-Encrypted-Leasesets > > https://geti2p.net/spec/proposals/123-new-netdb-entries#encrypted-ls-with-offline-keys > > https://i2pd.readthedocs.io/en/latest/user-guide/tunnels/ > > https://geti2p.net/spec/encryptedleaseset

    0

    x25519 for Encrypted LeaseSets | Host Hidden + Encrypted Services!

    codeberg.org i2pd-x25519

    Python implementation of the x25519.cpp from i2pd-tools

    i2pd-x25519

    Python implementation of the PurpleI2P x25519 code from https://github.com/PurpleI2P/i2pd-tools/blob/master/x25519.cpp

    Along with a guide on how to set up a server and client to use encrypted LeaseSets!

    --- Learn More about Encrypted LeaseSets:

    https://geti2p.net/en/blog/post/2021/09/07/Level-Up-Encrypted-Leasesets

    https://geti2p.net/spec/proposals/123-new-netdb-entries#encrypted-ls-with-offline-keys

    https://i2pd.readthedocs.io/en/latest/user-guide/tunnels/

    https://geti2p.net/spec/encryptedleaseset

    https://github.com/PurpleI2P/i2pd/wiki/Publish-encrypted-LeaseSet

    https://habr.com/ru/company/itsoft/blog/555604/

    0

    Syncthing over I2P | By Chris barry

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

    > Good article on how to set up and use Syncthing over I2P for a truly decentralized sync. Helps work around NAT issues and provides good privacy benefits. > > Archive Link: https://archive.ph/amWqR

    2

    Syncthing over I2P | By Chris barry

    Good article on how to set up and use Syncthing over I2P for a truly decentralized sync. Helps work around NAT issues and provides good privacy benefits.

    Archive Link: https://archive.ph/amWqR

    2

    qBittorrent w/ I2P Support in Docker

    codeberg.org qbittorrent-i2p-vnc

    Dockerfile to compile the latest version of qBittorrent which has experimental I2P support into a docker container with VNC support.

    qbittorrent-i2p-vnc

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

    > https://codeberg.org/Strict3443/qbittorrent-i2p-vnc > > I have created a Dockerfile which will compile the latest version of qBittorrent which has experimental I2P support into a docker container with VNC support. The reason for this is my server is headless and I wanted to use the v4.6.x version of qBittorrent, but the qbittorrent-nox version of v4.6.x does not have I2P options yet. So I had to build the GUI version on top of a VNC image. > > In doing so, this will build a container that has VNC capabilities where you can utilize a desktop environment to setup the GUI version of qBittorrent with your I2P settings, and then just use the web-ui from there on. > > ## Why? > I am a qBittorrent user and wanted to start downloading and cross-seeding torrents with I2P, so I built this image as a drop in replacement of my linuxserver/qbittorrent docker container and it just works. > > #### Why don't you post the docker image? > I am not sure how yet, and I also left it as a Dockerfile so that you can build this on ARM or x86-64 depending on your needs > > # Note > This image can be quite heavy and take a long time to build, but until v4.6.x is out of beta, this will do.

    1

    i2pd v2.49.0 Released

    github.com Release 2.49.0 · PurpleI2P/i2pd

    Handle SOCK5 authorization with empty user/password and send correct version in response Improve NTCP2 transport session logging Allow 0 hops in explicitPeers Don't allow incoming transport session...

    Release 2.49.0 · PurpleI2P/i2pd

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

    > # i2pd > https://github.com/PurpleI2P/i2pd/releases/tag/2.49.0 > > ### Changelog > 1. Handle SOCK5 authorization with empty user/password and send correct version in response > 2. Improve NTCP2 transport session logging > 3. Allow 0 hops in explicitPeers > 4. Don't allow incoming transport sessions from routers with incorrect timestamp > 5. Fixed sending keepalive for sessions with introducers > 6. Always select router with ipv4 for tunnel endpoint > 7. Fixed crash if deleted BOB destination was shared between few BOB sessions > 8. Memory pool for router profiles > 9. Removed AVX code > 10. Exclude SSU1 introducers from SSU2 addresses > 11. Don't create paired inbound tunnel if length is different > 12. Fixed padding length for SSU2 path response > 13. Don't publish introducers with zero tag > 14. Consider all addresses non-published for U and H routers even if they have host/port > 15. Don't pick completely unreachable routers for tunnels > 16. Separate network and testing status > > # i2pd-android > https://github.com/PurpleI2P/i2pd-android/releases/tag/2.49.0

    0

    i2pd v2.49.0 Released

    github.com Release 2.49.0 · PurpleI2P/i2pd

    Handle SOCK5 authorization with empty user/password and send correct version in response Improve NTCP2 transport session logging Allow 0 hops in explicitPeers Don't allow incoming transport session...

    Release 2.49.0 · PurpleI2P/i2pd

    i2pd

    https://github.com/PurpleI2P/i2pd/releases/tag/2.49.0

    Changelog

    1. Handle SOCK5 authorization with empty user/password and send correct version in response
    2. Improve NTCP2 transport session logging
    3. Allow 0 hops in explicitPeers
    4. Don't allow incoming transport sessions from routers with incorrect timestamp
    5. Fixed sending keepalive for sessions with introducers
    6. Always select router with ipv4 for tunnel endpoint
    7. Fixed crash if deleted BOB destination was shared between few BOB sessions
    8. Memory pool for router profiles
    9. Removed AVX code
    10. Exclude SSU1 introducers from SSU2 addresses
    11. Don't create paired inbound tunnel if length is different
    12. Fixed padding length for SSU2 path response
    13. Don't publish introducers with zero tag
    14. Consider all addresses non-published for U and H routers even if they have host/port
    15. Don't pick completely unreachable routers for tunnels
    16. Separate network and testing status

    i2pd-android

    https://github.com/PurpleI2P/i2pd-android/releases/tag/2.49.0

    3

    I2PSnark in Docker (+i2pd)

    codeberg.org i2psnark-docker

    I2PSnark is an I2P-only BitTorrent client built with Java. This allows you to spin up a docker container with a I2PSnark client which can be managed through the web-ui.

    i2psnark-docker

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

    > # About > > I2PSnark is an I2P-only BitTorrent client built with Java. This allows you to spin up a docker container with a I2PSnark client which can be managed through the web-ui. This specific I2PSnark application is from the I2P+ team at https://i2pplus.github.io/ and http://skank.i2p using this package http://i2pplus.github.io/installers/I2P+_2.2.0+_i2psnark-standalone.zip. > > # Testing > Use this .torrent file to test if your I2PSnark client is working: > > http://skank.i2p/i2pupdate.zip.torrent > > # Find More Torrents > http://tracker2.postman.i2p (requires I2P)

    0