MuWire

From Hidden Wiki
Jump to navigation Jump to search
Unix Assembly language Mathematics Web development I2P
GhostBSD Assembly Programming Tutorial Statistics Django for Beginners MuWire
GUI Artificial intelligence Artificial neural network Machine learning Messenger
Tkinter Artificial intelligence Artificial neural network Machine Learning Mastery with Python Session

If you want to use an anonymous P2P software similar to eDonkey or eMule, use MuWire instead of iMule.

You don't have to install I2P to use MuWire since it contains I2P.


If you want to use an anonymous BitTorrent, use I2PSnark or Tribler.

How to run it?

https://muwire.com/


  • GitHub - zlatinb/muwire: MuWire file sharing client for I2P

https://github.com/zlatinb/muwire


It doesn't need to be installed.


I tested it on Ubuntu 20.10.


To run an AppImage, simply:


Make it executable

chmod a+x MuWire-0.8.5.AppImage 


and run!

./MuWire-0.8.5.AppImage 


That was easy, wasn't it?


MuWire launches an embedded I2P router. This can take a few minutes.

chmod

"chmod" is short for "change mode". "chmod [references][operator][modes] file a+x" meaning is a -> all (owner, group and others).

"chmod a+x" will add the exec bits to the file but will not touch other bits. For example file might be still unreadable to "others" and "group".


"chmod 755" will always make the file with perms "755" no matter what initial permissions were.


"chmod a+x" is relative to the current state and just sets the "x" flag. So a 640 file becomes 751, a 644 file becomes 755.

"chmod 755", however, sets the mask as written: "rwxr-xr-x", no matter how it was before. It is equivalent to "chmod u=rwx,go=rx".

How to search keywords?

After you executed MuWire, "Connections" increase as time goes by. After the connections became more than 40, I could see the search results: PTHC, BDSM, child, machine learning, and kindergarten.

Wait several minutes till the connection number becomes quite big.

MuWire can't search East Asian languages.

MuWire can't search East Asian languages such as Chinese, Japanese, and Korean.

Where are the downloaded files stored?

Files being downloaded are stored in the "MuWire Incompletes" directory.


Files finishing download are stored in the "MuWire Downloads" folder.

Deleting search history

  • How to delete search history?

Options -> Configurations -> GUI -> Search Settings -> Clear history


  • How not to save your search history?

Options -> Configurations -> GUI -> Search Settings -> Remember search history

Uncheck this checkbox.

And then click "Save" button.

How to share my file or folder?

Library -> Share

Select a folder or file you want to share.

Click "OK" button.

See also