From 623cca0ef2a4446ac6e2a012761b2de73b1f6671 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Fri, 12 Jul 2019 07:23:11 +0100 Subject: [PATCH] Add info about the default I2CP port to README.md Also: - improved formatting a bit - removed trailing whitespaces --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8f7f6e4..68b3bf8e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The current stable release - 0.4.6 is avaiable for download at https://muwire.co You need JRE 8 or newer. After installing that and setting up the appropriate paths, just type ``` -./gradlew clean assemble +./gradlew clean assemble ``` If you want to run the unit tests, type @@ -23,13 +23,21 @@ Some of the UI tests will fail because they haven't been written yet :-/ ### Running -After you build the application, look inside `gui/build/distributions`. Untar/unzip one of the `shadow` files and then run the jar contained inside by typing `java -jar MuWire-x.y.z.jar` in a terminal or command prompt. +After you build the application, look inside `gui/build/distributions`. Untar/unzip one of the `shadow` files and then run the jar contained inside by typing `java -jar MuWire-x.y.z.jar` in a terminal or command prompt. If you have an I2P router running on the same machine that is all you need to do. If you use a custom I2CP host and port, create a file `i2p.properties` and put `i2cp.tcp.host=` and `i2cp.tcp.port=` in there. On Windows that file should go into `%HOME%\AppData\Roaming\MuWire`, on Mac into `$HOME/Library/Application Support/MuWire` and on Linux `$HOME/.MuWire` +[Default I2CP port]\: `7654` + If you do not have an I2P router, pass the following switch to the Java process: `-DembeddedRouter=true`. This will launch MuWire's embedded router. Be aware that this causes startup to take a lot longer. ### GPG Fingerprint + +``` 471B 9FD4 5517 A5ED 101F C57D A728 3207 2D52 5E41 +``` You can find the full key at https://keybase.io/zlatinb + + +[Default I2CP port]: https://geti2p.net/en/docs/ports