From 2a85e795e37365b1e468c356a9412e9a379499f9 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Tue, 26 Feb 2019 20:46:22 -0300 Subject: [PATCH] Update COMMUNICATION.md --- COMMUNICATION.md | 59 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 13 deletions(-) diff --git a/COMMUNICATION.md b/COMMUNICATION.md index f382d47..dc2529c 100644 --- a/COMMUNICATION.md +++ b/COMMUNICATION.md @@ -11,10 +11,13 @@ Here lies several ways to communicate through different networks. 3. [USENET](#usenet) 4. [I2P](#i2p) 4.1. [INSTALLATION](#installation) -4.2. [BASIC COMMANDS](#basic-commands) -4.3. [EEPSITES](#eepsites) -4.4. [IRC](#irc) -4.5. [REMOTE ACCESS](#remote-access) +4.2. [REMOTE ACCESS](#remote-access) +4.3. [BASIC COMMANDS](#basic-commands) +4.4. [EEPSITES](#eepsites) +4.5. [IRC](#irc) +4.5. [TORRENTS](#torrents) +4.5.1 [DOWNLOADING](#downloading) +4.5.2 [CREATING](#creating) ## BROWSER @@ -195,11 +198,23 @@ setkey group "set_prefix_argument(4); () = select_group();" " " * Run the installer (and select options like the current path) `java -jar i2pinstall_.jar -console` -* In case you get an error use the script +* In case you get an error you'll need to use the next script to start every time `./runplain.sh` To uninstall simply delete the directory. + +### REMOTE ACCESS +To access your I2P router from another computer. + +* On /.i2p/clients.config replace +`clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/` +* with +`clientApp.0.args=7657 ::1,127.0.0.1, ./webapps/` +* where is the IP of the computer running I2P. +* Restart I2P. + + ### BASIC COMMANDS * See status @@ -246,13 +261,31 @@ Address Book is a list of eepsites. * From now on, to connect simply type `/connect i2p` +### TORRENTS +Normal torrents and i2p torrents are used with different clients. Can't use a regular torrent from a normal tracker. -### REMOTE ACCESS -To access your I2P router from another computer. +#### DOWNLOADING +* Visit a tracker like http://tracker2.postman.i2p and search for the torrent. -* On /.i2p/clients.config replace -`clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/` -* with -`clientApp.0.args=7657 ::1,127.0.0.1, ./webapps/` -* where is the IP of the computer running I2P. -* Restart I2P. +__OPTION A__ +* Place your mouse cursor over the magnet icon, right click to disply the menu and click “Copy Link Location". +* Go to i2psnark in browser (http://localhost:7657/i2psnark/). +* Paste the magnet URL on the field "From URL" +* Start the torrent. + +__OPTION B__ +* Download the .torrent file. +* Move torrent file it to destination ~/.i2p/i2psnark/. +* Go to i2psnark in browser or refresh page (http://localhost:7657/i2psnark/). +* Start the torrent + + +#### CREATING +* Place data in i2psnark directory. +`mv ~/.i2p/i2psnark/` +* Go to i2psnark in browser or refresh page (http://localhost:7657/i2psnark/). +* Fill in the fields. +`Data to seed: ~/.i2p/i2psnark/` +`Tracker: ` +* Create torrent by clicking on "Create Torrent". +* Start the torrent.