1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-01-13 00:17:52 +00:00
i2pd_docs_en/docs/tutorials/retroshare.md

28 lines
1.4 KiB
Markdown
Raw Normal View History

2017-01-25 19:20:49 +00:00
Using RetroShare with i2pd
==========================
2017-01-30 16:10:16 +00:00
RetroShare is a rich set of P2P applications, which can work on top of anonymous I2P network.
Quoting [Wikipedia](https://en.wikipedia.org/wiki/RetroShare):
2017-01-25 19:20:49 +00:00
2017-01-30 16:10:16 +00:00
> RetroShare is open source software for encrypted filesharing, serverless email, instant messaging, online chat, and BBS, based on a friend-to-friend network built on GNU Privacy Guard (GPG).
2017-01-25 19:20:49 +00:00
2017-01-30 16:10:16 +00:00
In order to make RetroShare work with i2pd, you need to create a new server tunnel in [tunnels.conf](../user-guide/tunnels.md) like this:
2017-01-25 19:20:49 +00:00
2017-01-30 16:10:16 +00:00
[retroshare]
type=server
host=127.0.0.1
port=10123 # pick random port of your choice
keys=retroshare.dat
2017-01-25 19:20:49 +00:00
2017-01-30 16:10:16 +00:00
Make sure that Socks proxy is enabled, it listens at ``127.0.0.1:4447`` by default. If not, look at [i2pd.conf documentation](../user-guide/configuration.md).
2017-01-25 19:20:49 +00:00
2017-01-30 16:10:16 +00:00
Restart i2pd with new configuration.
Find .b32.i2p address of your RetroShare node.
Go to webconsole -> [I2P tunnels page](http://127.0.0.1:7070/?page=i2p_tunnels). Look for Sever tunnels and you will see address like \<long random string\>.b32.i2p next to "retroshare".
Now when everything is prepared, you can run RetroShare itself and create a new profile.
Mark it as **hidden** and enter your **.b32.i2p address** and **port** you have specified at tunnels.conf.
2022-03-28 12:23:04 +00:00
More information about RetroShare at their [website](http://retroshare.cc).