From ea1e0e54bbc68f9083c4494b8db8246c9236f5d7 Mon Sep 17 00:00:00 2001 From: oxeo0 Date: Fri, 14 Mar 2025 00:29:24 +0100 Subject: [PATCH] fix minor issues --- opsec/i2ptorrents/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/opsec/i2ptorrents/index.html b/opsec/i2ptorrents/index.html index 48453f7..4d926aa 100644 --- a/opsec/i2ptorrents/index.html +++ b/opsec/i2ptorrents/index.html @@ -85,11 +85,11 @@

- We already know how to share files with BitTorrent client over VPN. While this is secure, fast and convenient, it doesn't make both truly anonymous. + We already know how to share files with BitTorrent client over VPN. While this is secure, fast and convenient, it doesn't make us truly anonymous.

- In this tutorial, we'll configure an I2P router share files using an I2P bittorrent client. + In this tutorial, we'll configure an I2P router to share files using the I2P bittorrent client.

@@ -386,7 +386,7 @@ Now verify the status says Seeding and check the details to get the torre

-Here's the torrent hash. Anyone who has this torrent hash will be able to download it while Alice is seeding it:

+Here's the torrent hash. Anyone who has this hash will be able to download it while Alice is seeding:


@@ -407,7 +407,7 @@ Here's the torrent hash. Anyone who has this torrent hash will be able to downlo

-If Alice wants to keep the torrent private, it's important not to share torrent hash publicly. Alice will use SimpleX chat to share the torrent hash with Bob:

+If you want to keep the torrent private, it's important not to share torrent hash publicly. Alice will use SimpleX chat to share the torrent hash with Bob:


@@ -428,7 +428,7 @@ If Alice wants to keep the torrent private, it's important not to share torrent

-To download the torrent, Bob needs to first open the I2PSnark torrent client and click on Add Torrent:

+To download the torrent, Bob needs to open the I2PSnark torrent client and click on Add Torrent:


@@ -440,20 +440,20 @@ After that, Bob will be prompted with a dialog box to enter the torrent hash he

-I2PSnark will now look through the DHT and make a connection with Alice. Once a connection has been made, the torrent will start downloading:

+I2PSnark will now look through the DHT and make a connection with Alice. Once a connection has been made, the download will be started:



-As we can see above, Bob's client connected to 1 peer (Alice) and downloads with a speed of 75 KB/s.
+As we can see, Bob's client connected to 1 peer (Alice) and downloads with a speed of 75 KB/s.
Alice knows when someone's connected to her. Here's how it looks on her side:



-On my network it took around 3 hours to send this 1 GB file. It's certainly slower than torrenting over VPN, but the speed may improve over time when better tunnels are discovered.
-After download is finished, Bob will have the file in /var/lib/i2p/i2psnark-config/i2psnark directory.
+On my network it took around 3 hours to send this 1 GB file. It's certainly slower than torrenting over a VPN, but the speed may improve over time when better tunnels are discovered.
+After the download is finished, Bob will have the file in /var/lib/i2p/i2psnark-config/i2psnark directory.
Both Bob and Alice can now click the "Stop" button to disable seeding (so that nobody else can download the file):