Skip to content

fluffypony/kovri

 
 

Repository files navigation

ˈKɔːvrɪ

  1. To cover, veil, wrap (Esperanto)
  2. The secure, private, untraceable C++ I2P router, forked from i2pd.

Build Status Documentation

Disclaimer

  • Currently pre-alpha software; under heavy overhaul and development! Stick to branch master for stability.
  • See branch development for the meat of Kovri evolution.

Quickstart

  1. Download/install the latest CMake, Boost, Crypto++, and OpenSSL. If you use a package manager, check against BUILDING.md for minimum version requirements.
  2. Choose a port between 9111 and 30777. For this example, we'll use port 12345. Please, do not use this number outside of this example as it will effect your anonymity.
  3. Open port 12345 in your NAT/Firewall to allow incoming TCP/UDP connections.
  4. Clone, build, and run Kovri with one line:
$ git clone https://github.com/monero-project/kovri && cd kovri/build && cmake ../ && make && ./kovri --port 12345

Build. Contribute. Ask questions!

  • See BUILDING.md for more options and instructions for your favourite OS.
  • See CONTRIBUTING.md and send us a PR. All developers welcome!
  • See FAQ.md or join us in #kovri or #kovri-dev on Irc2P or Freenode.

Vulnerability Response

  • Please, submit a report via HackerOne
  • If you're having trouble using HackerOne, email us (please, use PGP):
anonimal@mail.i2p (or @i2pmail.org if you're not on the I2P network)
PGP fingerprint: 1218 6272 CD48 E253 9E2D D29B 66A7 6ECF 9144 09F1

Note: our future VRP will be inline with I2P's VRP.

Acknowledgments

About

The Kovri I2P Router Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.3%
  • C 9.1%
  • CMake 2.2%
  • Other 0.4%