Skip to content

Commit 651c9f3

Browse files
committed
Update README.md with instructions to import connections from a friend
1 parent 8dbd094 commit 651c9f3

File tree

1 file changed

+13
-30
lines changed

1 file changed

+13
-30
lines changed

‎README.md

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,16 @@
1-
# Shutdown Notice
2-
3-
The MuWire project has been shut down. It is not available for download anywhere and while you are free to build from source, it will most likely not work.
4-
5-
# Java I2P warning
6-
7-
Do NOT use the Java implementation of I2P. Use the C++ one. You can read more at the pastebin URLs below:
8-
9-
Clearnet:
10-
```
11-
https://paste.i2pd.xyz/?77b8e66d0f366f87#BSA1kWMHpbAjFbRVRqQdf25feRQJ1sBY4mTDVNvs5dxj
12-
```
13-
14-
Inside I2P (if that site does not resolve, check reg.i2p):
15-
```
16-
http://privatebin.i2p/?77b8e66d0f366f87#BSA1kWMHpbAjFbRVRqQdf25feRQJ1sBY4mTDVNvs5dxj
17-
```
18-
19-
In that paste I make the claim that I have donated 1000 BTC to the Java I2P project. You can verify that by checking transaction hash:
20-
```
21-
0e42e4c782c73385f2c6b699da5fb81d4609bec4864550818020512bb90e30aa
22-
```
23-
241
# MuWire - Easy Anonymous File-Sharing
252

263
MuWire is a file publishing and networking tool that protects the identity of its users by using I2P technology. Anyone with a desktop computer and an internet connection can create a unique anonymous online persona and publish information of any kind without fear of censorship or persecution. MuWire works on any platform Java works on, including Windows, MacOS, Linux, Rapsberry Pi.
274

285
Users can then use their MuWire identities to publish files, search for files published by others, subscribe to each other’s publications and communicate through chat and messaging. Furthermore, users can establish trust-based relationship with each other where they assign a “trust level” to their contacts.
296

30-
The current stable release is available for download at https://muwire.com. `.zip` bundles built from the latest source code are available on the [continuous integration] page.
31-
327
You can find technical documentation in the [doc] folder. Also check out the [Wiki] for various other documentation.
338

9+
## Downloading
10+
11+
If you prefer not to build MuWire from source, `.zip` bundles built from the latest code are available on the [continuous integration] page.
12+
13+
3414
## Building
3515

3616
You need a JDK version between 11 and 18 inclusive. Newer versions may not work. After installing that and setting up the appropriate paths, just type
@@ -53,26 +33,29 @@ Type
5333
./gradlew gui:run
5434
```
5535

56-
The setup wizard will ask you for the host and port of an I2P or I2Pd router.
36+
The setup wizard will ask you for the I2CP host and port of a Java I2P or I2Pd router. If running I2Pd (PurpleI2P), you need to enable the `I2CP` interface. That interface is enabled by default in the Java I2P router.
5737

58-
## Docker
38+
## Connecting to other MuWire nodes
5939

60-
MuWire is available as a Docker image. For more information see the [Docker] page.
40+
At the moment there is no discovery service available so MuWire cannot connect automatically. To work around, this, you can import the list of connections from another MuWire user. I plan on setting up a discovery service soon.
6141

6242
## Reproducible build
6343

6444
The `zip` distribution of MuWire can be build reproducibly on some systems. For more info see the [reproducible build] page.
45+
46+
## Docker
47+
48+
MuWire is available as a Docker image. For more information see the [Docker] page.
49+
6550
## Translations
6651
If you want to help translate MuWire, instructions are on the wiki [Translate] page.
6752

6853
## Creating your own MuWire network
6954
If you want to create your own MuWire network instructions are on the [Wiki].
7055

7156
## Related Projects
72-
* MuWire Tracker Daemon - The MuWire Tracker Daemon (or mwtrackerd for short) is a project to bring functionality similar to BitTorrent tracking to MuWire. For more info see the [Tracker] page.
7357
* [MuCats] - MuCats is a project to create a website for hosting hashes of files shared on the MuWire network.
7458
* [MuWire Seedbox Daemon](https://github.com/zlatinb/muwire-seedbox-daemon) A headless daemon that only serves files and is controlled via a JSON-RPC interface. Suitable for seedboxes.
75-
* [MuWire Seedbox Console](https://github.com/zlatinb/muwire-seedbox-console) A web console to manage one or more seedbox daemons.
7659

7760

7861
## GPG Fingerprint

0 commit comments

Comments
 (0)