Hello folks,

I am completely new to this. But I want to connect my Reticulum (nomadnet) to I2P. For that purpose I am using I2Pd.

I already enabled “SAM” in the I2Pd-Config with sudo nano /etc/i2pd/i2pd.conf:

[sam]
enabled = true
address = 127.0.0.1
port = 7656

In my reticulum-config (sudo nano ~/.reticulum/config ) I got it like this:

[[I2P]]
type = I2PInterface
interface_enabled = true
connectable = yes
sam_address = 127.0.0.1
sam_port = 7656
peers = XYZnotarealaddress.b32.i2p
name = I2P

I try to connect to one peer, but my TX and RX is always 0. Nothing outgoing or incoming. But connected.

I am asking myself, if there are some “special tricks” I don’t know about. Unfortunately I can’t even tell if my peer-address is working properly (or is down or unactive). Where do you find decent I2P-addresses for Reticulum? This could already be helpful for troubleshooting.

Thanks in advance!

~sp3ctre

Edit: I2Pd itself is working.