|
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 |
| - |
24 | 1 | # MuWire - Easy Anonymous File-Sharing
|
25 | 2 |
|
26 | 3 | 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.
|
27 | 4 |
|
28 | 5 | 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.
|
29 | 6 |
|
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 |
| - |
32 | 7 | You can find technical documentation in the [doc] folder. Also check out the [Wiki] for various other documentation.
|
33 | 8 |
|
| 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 | + |
34 | 14 | ## Building
|
35 | 15 |
|
36 | 16 | 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 | 33 | ./gradlew gui:run
|
54 | 34 | ```
|
55 | 35 |
|
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. |
57 | 37 |
|
58 |
| -## Docker |
| 38 | +## Connecting to other MuWire nodes |
59 | 39 |
|
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. |
61 | 41 |
|
62 | 42 | ## Reproducible build
|
63 | 43 |
|
64 | 44 | 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 | + |
65 | 50 | ## Translations
|
66 | 51 | If you want to help translate MuWire, instructions are on the wiki [Translate] page.
|
67 | 52 |
|
68 | 53 | ## Creating your own MuWire network
|
69 | 54 | If you want to create your own MuWire network instructions are on the [Wiki].
|
70 | 55 |
|
71 | 56 | ## 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. |
73 | 57 | * [MuCats] - MuCats is a project to create a website for hosting hashes of files shared on the MuWire network.
|
74 | 58 | * [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. |
76 | 59 |
|
77 | 60 |
|
78 | 61 | ## GPG Fingerprint
|
|
0 commit comments