MuWire works with the C++ router I2Pd, but first you need to enable I2CP interface. That interface is disabled by default.
1. Open the I2Pd web console at http://127.0.0.1:7070/ and look at the bottom of the page. You will most probably see "I2CP Disabled". If it says enabled, you don't need to do anything else.
2. Open the i2pd.conf file in an editor and add the following lines:
Code: Select all
[i2cp]
enabled = true
address = 127.0.0.1
port = 7654
3. Save the i2pd.conf file and restart i2pd. When you open the web console it should say "I2CP Enabled". You are now ready to use MuWIre!
zlatinb