[-] [email protected] 3 points 2 years ago

You can try using BiglyBT on android following these instructions: https://github.com/BiglySoftware/BiglyBT/wiki/I2P#user-content-biglybt-i2p-and-android

Otherwise, I'd suggest using a desktop to run i2psnark, BiglyBT, or qBittorrent and use i2pd along with those clients.

[-] [email protected] 2 points 2 years ago

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.

[-] [email protected] 2 points 2 years ago* (last edited 2 years ago)

Here is a relevant guide: https://geti2p.net/en/about/browser-config

For the IP address, just put in your container's IP address instead of 127.0.0.1

[-] [email protected] 3 points 2 years ago

https://geti2p.net/en/docs/how/threat-model#sybil

Good write-up from the I2P team on this topic. Page includes other attack vectors as well.

[-] [email protected] 2 points 2 years ago

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.

[-] [email protected] 2 points 2 years ago

It would be nice to have qBittorrent auto add I2P trackers to all torrents to help cross-seed them.

[-] [email protected] 3 points 2 years ago* (last edited 2 years ago)

From my experience, some popular I2P torrents have gotten up to 1 MB/s download, but I usually average around 200 KB/s. While it is not blazing fast, it does provide a good deal of anonymity for everyone involved with the torrent.

Also, you can lower the anonymity and increase speeds by reducing the number of hops from 3 to 2 or 1. You can choose how "anonymous" you'd like to be while torrenting, at the cost of speed.

6
submitted 2 years ago by [email protected] to c/[email protected]

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

29
submitted 2 years ago by [email protected] to c/[email protected]

Great video by acetone on how the I2P network works.

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


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

7
submitted 2 years ago by [email protected] to c/[email protected]
14
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
[-] [email protected] 2 points 2 years ago

Same. There just needs to be better support for I2P in the various torrent clients. i2psnark is the "best" option I have used, but wow is it heavy and clunky. Hoping for better support in qBittorrent soon.

[-] [email protected] 3 points 2 years ago

Yes, I believe that the Syncthing protocol doesn't bring security concerns, but some people may wish to hide their IP and device info from being "exposed". I know Syncthing has some data collection which you can opt out of.

I think a benefit of this post is to show that you can self-host applications and use the I2P network to connect to your services while bypassing issues like CGNAT. Hopefully, it helps spark ideas to host more services on I2P as well.

8
submitted 2 years ago by [email protected] to c/[email protected]

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

18
submitted 2 years ago by [email protected] to c/[email protected]

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

1
submitted 2 years ago by [email protected] to c/[email protected]

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.

[-] [email protected] 3 points 2 years ago

CPU: remove AVX code, switch to __builtin for AES detection #1959

https://github.com/PurpleI2P/i2pd/pull/1959

6
submitted 2 years ago by [email protected] to c/[email protected]

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

8
submitted 2 years ago by [email protected] to c/[email protected]

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

2
submitted 2 years ago by [email protected] to c/[email protected]

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)

9
submitted 2 years ago by [email protected] to c/[email protected]

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)

7
submitted 2 years ago by [email protected] to c/[email protected]

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)

view more: ‹ prev next ›

Strict3443

0 post score
0 comment score
joined 2 years ago