1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-01-26 22:44:32 +00:00
i2pd_docs_en/docs/tutorials/filesharing.md
2022-01-21 13:35:12 -05:00

15 lines
1.1 KiB
Markdown

Anonymous filesharing
=====================
**BitTorrent software with I2P support**
- [I2PSnark standalone](https://gitlab.com/i2pplus/I2P.Plus/-/jobs/artifacts/master/raw/i2psnark-standalone.zip?job=Java8) (standalone build provided by [I2P+ project](https://i2pplus.github.io/)). I2PSnark uses I2CP protocol, i2pd must be run with parameter `--i2cp.enabled=true` or with a similar setting in the configuration file.
- [Vuze](https://en.wikipedia.org/wiki/Vuze) and [BiglyBT](https://www.biglybt.com) (Vuze fork). Vuse and BiglyBT uses I2CP protocol, i2pd must be run with parameter `--i2cp.enabled=true` or with a similar setting in the configuration file. *Use carefully and pay attention to the settings. The software works both in I2P and via clearnet. Unwanted leaks of your addresses are likely.*
- [XD](https://github.com/majestrate/XD). *Warning: XD uses SAM API which can currently crash i2pd.*
- [Robert](http://en.wikipedia.org/wiki/Robert_%28P2P_Software%29). Robert uses BOB protocol, i2pd must be run with parameter `--bob.enabled=true` or with a similar setting in the configuration file.
Also, visit [postman tracker](http://tracker2.postman.i2p).