Search found 99 matches
- 18 May 2025 10:43
- Forum: Misc
- Topic: Did qBittorrent remove I2P support or am I just using the software wrong?
- Replies: 5
- Views: 2090
Re: Did qBittorrent remove I2P support or am I just using the software wrong?
I thought adding a tracker meant adding whatever is on that front page so that I could search around and download without using the site. You need to add something that is usually called "Announce URL" (or multiple of them). You add it/them to the "trackers" tab of each torrent ...
- 30 Apr 2025 20:18
- Forum: i2pd
- Topic: How do you increase your share on I2Pd?
- Replies: 7
- Views: 3657
Re: How do you increase your share on I2Pd?
Is there a way to use your phone AS a I2P Hotspot Tunnel? I'm probably going to have to SSH Into it which could require rooting the phone... You don't have to root. There are multiple options: - you can just configure the tunnel to listen on 0.0.0.0 instead of localhost, it will be possible to acce...
- 29 Apr 2025 08:54
- Forum: i2pd
- Topic: How do you increase your share on I2Pd?
- Replies: 7
- Views: 3657
Re: How do you increase your share on I2Pd?
Are you sure your phone does not suspend the i2pd app when you're not using it?
You may check by trying to access your phone i2pd from the laptop at different times.
For the raspberry pi, the general recommendation is to run i2pd (not java i2p) because it uses less resources than java i2p.
You may check by trying to access your phone i2pd from the laptop at different times.
For the raspberry pi, the general recommendation is to run i2pd (not java i2p) because it uses less resources than java i2p.
- 29 Apr 2025 08:49
- Forum: Misc
- Topic: Why would I2P allow outproxies if it's not even recommend to use one anyways?
- Replies: 3
- Views: 2173
Re: Why would I2P allow outproxies if it's not even recommend to use one anyways?
The thing with i2p is that everything has its own address called Destination, which is a pair of cryptographic keys. The whole point of i2p is to hide where this Destination is coming from in the real world. Your HTTP proxy (which you use to access i2p) also has a Destination. Other parties that you...
- 28 Apr 2025 21:33
- Forum: Misc
- Topic: Why would I2P allow outproxies if it's not even recommend to use one anyways?
- Replies: 3
- Views: 2173
Re: Why would I2P allow outproxies if it's not even recommend to use one anyways?
It's not really discouraged. There is even a default outproxy supplied by an organization (stormycloud). There are also some other public outproxies from the community. One can even run their own private outproxy. It's just different from Tor because in Tor you get different exit nodes at different ...
- 28 Apr 2025 21:26
- Forum: i2pd
- Topic: Issues with the I2Pd mobile app on Android (low tunnel creation success rate).
- Replies: 4
- Views: 2098
Re: Issues with the I2Pd mobile app on Android (low tunnel creation success rate).
VPN apps usually have a feature to exclude apps from the VPN, but I don't know orbot specifically
- 28 Apr 2025 21:25
- Forum: i2pd
- Topic: How do you increase your share on I2Pd?
- Replies: 7
- Views: 3657
Re: How do you increase your share on I2Pd?
Edit the file i2pd.conf (not tunnels.conf) The example file for this is located here: https://github.com/PurpleI2P/i2pd/blob/openssl/contrib/i2pd.conf (if you didn't have it installed as it usually is by default) To remove bandwidth limit and increase share, write at the top of the file (not inside ...
- 28 Apr 2025 21:20
- Forum: i2pd
- Topic: Access mail.i2p on i2pd
- Replies: 4
- Views: 2234
Re: Access mail.i2p on i2pd
Oh so using the client ports on. Thunderbird would not be an option? like in here? #[SMTP] #type = client #address = 127.0.0.1 #port = 7659 #destination = smtp.postman.i2p #destinationport = 25 #keys = smtp-keys.dat #[POP3] #type = client #address = 127.0.0.1 #port = 7660 #destination = pop.postman...
- 26 Apr 2025 21:05
- Forum: i2pd
- Topic: Issues with the I2Pd mobile app on Android (low tunnel creation success rate).
- Replies: 4
- Views: 2098
Re: Issues with the I2Pd mobile app on Android (low tunnel creation success rate).
could this be an issue caused by my Orbot? Does it run in VPN mode? If it does, it probably wraps all traffic through Tor. That is not good for i2p. (See my other post ). Also if you run it on your phone, it might do some battery optimizations and interfere with running i2p. (Especially when screen...
- 26 Apr 2025 21:00
- Forum: Misc
- Topic: Tor PLUS I2P, is this recommended for maximum anonymity?
- Replies: 2
- Views: 1805
Re: Tor PLUS I2P, is this recommended for maximum anonymity?
To elaborate: You should not run i2p on top of Tor (i2p-over-tor), because it puts unnecessary load on the Tor exit nodes (same reason you shouldn't torrent over tor), and also may interfere with p2p security features (because all i2p-over-tor users share the exit node IP addresses). As for tor-over...