MuWire and the C++ I2P router i2pd

MuWire conversation and discussion (found on: muwire.i2p)
Post Reply
zlatinb
Posts: 14
Joined: Thu Jul 18, 2024 6:42 pm

MuWire and the C++ I2P router i2pd

Post by zlatinb »

Hello,

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
If you want to connect to the I2CP interface from a different box, you may want to change the 127.0.0.1 to a different local IP address (maybe 0.0.0.0 for all interfaces).
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
Post Reply