The Invisible Internet Project

1476 readers
8 users here now

I2P Community Edition

This isn't the official I2P channel, if you want go there then you can find it in the links below.

Rules

"Don't be a dick" - Wil Wheaton

General

Media:

File Hosting and Pastebins

Torrents

Social Networks and Microblogging

Exploring I2P

I2P Name Registries

Search engines

IRC

Irc2P comes pre-configured with I2P. To connect with other networks, please follow this tutorial.

Syndie

An open source system for operating distributed forums in anonymous networks

Inproxies

You can use inproxies to surf the I2P network without having to have an I2P router.

Follow us on Twitter

founded 2 years ago
MODERATORS
51
17
submitted 1 year ago by CAVOK to c/i2p
 
 

If you're on I2P then these could be added to your list of trackers.

http://i32bdpbyflc5l7ibhqmq7f72gglflrd6sgnmlqj6xsdjis5yjuga.b32.i2p/announce

http://4izytry23uiwxs2epg6swoygyi4vvsd4hwvj5u6onodmoh7gfmha.b32.i2p/announce

52
12
submitted 1 year ago by [email protected] to c/i2p
 
 

Hi ppl, are there Tracker with search function beside postman?

53
 
 

Copied from an excellent post by sugarw0000kie on that other site. All credit for the guide to them.

Finally messed around with this and didn't see much about it, feel free to remove if breaking any rules

For this to work you'll need prowlarr, qbittorrent, and the other arrs (radarr/sonarr/readarr etc) and of course i2p router. (You could just use prowlarr to simplify searching for things without sonarr/radarr integration, then you’d just need prowlarr/qbittorrent with i2p)

In prowlarr, we need to set up proxy through i2p. So go settings-->general--> click enable proxy

​ This seems to work

enter your hostname (default 127.0.0.1) and port 4444 or whatever you have your http proxy set to in your i2p install. Make sure to set the ignored addresses with .com/.net etc (* denotes wildcard), so it won't request non i2p addresses through the router, otherwise i believe it will try to search any of your other indexers through i2p which is probably not good

Now you should be able to add Postman tracker like any other tracker in prowlarr as long as it's able to use your router as the proxy

​ aughta come up like this

From here you will need to make sure you have qbittorrent working with i2p. There is a guide floating around for this but to add to that you'll want to get the lt20 version, as the other one (i believe the default download) does not yet offer i2p support

In your i2p router you'll want to make sure your SAM bridge is enabled. Then in qbittorrent go preferences-->connection and enable i2p and put in your router with hostname and port 7656 (i believe that's the default correct me if i'm wrong)

it should look like this, if you don't see this option under "Connection" you probly don't have the lt20 version

Biglybt doesn't seem to have integration with the *arrs, but assuming you have qbittorrent setup with i2p from there it's a matter of going into radarr/sonarr and adding it as a download client like normal.

If you've never done this before, in qbittorrent under Web ui enable the web interface, should be able to leave the ip address blank (or otherwise enter how sonarr/radarr would need to access it) and enter an unused port like 6969. Put in login credentials. go to localhost:6969 or w/e you used and check that you can see the web interface from qbittorrent.

what mine looks like

on sonarr/radarr side, go settings-->download client--> and enter the ip address and port you gave it as well as the username/password. Usually helpful to add a category. Hit the test button to ensure it works

meanwhile in the *arrs

(If you just want to use prowlarr w/o sonarr radarr integration to the steps are the same to connect qbittorrent, just done in prowlarr itself. It can be used like a search engine along with all of your clearnet torrent/usenet indexers this way)

Hope this helps!

54
 
 

You too can contribute to I2P, fellow anonymity supporter

https://www.ovhcloud.com/en/vps/

Pick Ubuntu 22.04 as your OS and follow the instructions on https://geti2p.net/en/download/debian

You can ssh -L 7657:localhost:7657 ubuntu@yourhostname, login with the password you from the link you got in the email, then open http://localhost:7657 and configure your I2P instance. For the bandwidth, you can enter 12500 up and 12500 down (100Mb/s = 12500 KB/s) with a 90% share (if you aren't using the VPS for anything else).

You can also add more tunnels on http://localhost:7657/configtunnels . For more information on tunnel types (exploratory and client) see https://geti2p.net/en/docs/how/peer-selection .

55
 
 

Hello,

i just setup retroshare with i2p. But currently i have no friends or groups. Is there a special place to find people or do i2p people not use retroshare?

56
 
 

I was wondering why my speed was only about 250KB/s and I think this is why: there simply aren't many high speed nodes in the network!

If you have a VPS sitting around, just spinning, do consider contributing.

With a simple docker-compose

version: "3.5"
services:
    i2p:
        image: geti2p/i2p
        container_name: i2p
        restart: always
        volumes:
            - ./i2pconfig:/i2p/.i2p
        network_mode: host

you can have i2p running in no time. Or follow the official installation instructions

Simply SSH with a local port forwarding to the router console ssh -L 7657:127.0.1.1:7657 $yourHost and open http://localhost:7657/

You can then configure your instance to share bandwidth.

57
 
 

I would expect 40Mb (5MB/s) up and down, but the router is at 1/16 of the possible speed. Is this the max speed?

58
17
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/i2p
 
 

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

59
27
How to Use I2P on qBittorrent-nox (strict3443.codeberg.page)
submitted 1 year ago by CAVOK to c/i2p
60
18
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/i2p
 
 

Today qBittorrent launched v4.6.0 which should support experimental i2p mode. I downloaded this version as a Flatpak from Flathub, but at Settings -> Connection there is no option for i2p mode. Only to set up a proxy, but SAM is not available as a proxy method which i2p uses. I also checked with the command "flatpak run org.qbittorrent.qBittorrent --version" that I'm indeed on the right version.

Do you have any ideas or similar issues?

61
 
 

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

62
 
 

Largely correct as far as I can tell.

63
 
 

Any support outside of qbitorrent yet? I know it's not FOSS, but I much prefer working in Tixati. Do I need to refamiliarize myself with qbitorrent if I want to try i2p?

64
65
11
A look at I2P on GNU/Linux (invidious.no-logs.com)
submitted 1 year ago by CAVOK to c/i2p
66
11
[GUIDE] How to connect to IRC on I2P (strict3443.codeberg.page)
submitted 1 year ago by [email protected] to c/i2p
 
 

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
67
9
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/i2p
 
 

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

68
10
I2P Article/Posts Archive (strict3443.codeberg.page)
submitted 1 year ago by [email protected] to c/i2p
 
 

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

69
33
submitted 1 year ago by CAVOK to c/i2p
 
 

If you happen to be trying out qbittorrent with i2p support, here's a list of trackers that could be useful.

http://w7tpbzncbcocrqtwwm3nezhnnsw4ozadvi2hmvzdhrqzfxfum7wa.b32.i2p/a

http://opentracker.dg2.i2p/a

http://tracker2.postman.i2p/announce.php

http://tu5skej67ftbxjghnx3r2txp6fqz6ulkolkejc77be2er5v5zrfq.b32.i2p/announce.php

http://lnQ6yoBTxQuQU8EQ1FlF395ITIQF-HGJxUeFvzETLFnoczNjQvKDbtSB7aHhn853zjVXrJBgwlB9sO57KakBDaJ50lUZgVPhjlI19TgJ-CxyHhHSCeKx5JzURdEW-ucdONMynr-b2zwhsx8VQCJwCEkARvt21YkOyQDaB9IdV8aTAmP~PUJQxRwceaTMn96FcVenwdXqleE16fI8CVFOV18jbJKrhTOYpTtcZKV4l1wNYBDwKgwPx5c0kcrRzFyw5~bjuAKO~GJ5dR7BQsL7AwBoQUS4k1lwoYrG1kOIBeDD3XF8BWb6K3GOOoyjc1umYKpur3G~FxBuqtHAsDRICkEbKUqJ9mPYQlTSujhNxiRIW-oLwMtvayCFci99oX8MvazPS7~97x0Gsm-onEK1Td9nBdmq30OqDxpRtXBimbzkLbR1IKObbg9HvrKs3L-kSyGwTUmHG9rSQSoZEvFMA-S0EXO~o4g21q1oikmxPMhkeVwQ22VHB0-LZJfmLr4SAAAA.i2p/announce.php

http://ahsplxkbhemefwvvml7qovzl5a2b5xo5i7lyai7ntdunvcyfdtna.b32.i2p/announce.php

http://opentracker.skank.i2p/a

http://opentracker.dg2.i2p/a

http://opentracker.r4sas.i2p/a

http://omitracker.i2p/announce.php

70
 
 

Great video by acetone on how the I2P network works.

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


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

71
72
 
 

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

73
 
 

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

74
 
 

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)

75
 
 

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.

view more: ‹ prev next ›