Skip to content

moneromooo-monero/kovri

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ˈKɔːvrɪ

  1. To cover, veil, wrap (Esperanto).
  2. A secure, private, untraceable C++ implementation of the I2P anonymous network.

Build Status Coverity status Documentation

Disclaimer

  • Currently pre-alpha software; under heavy development
  • Use branch master for most stability
  • See branch development for most recent activity

Quickstart

  1. Read Build Instructions for instructions and minimum version requirements
  2. Choose a port between 9111 and 30777
  3. Open your NAT/Firewall to allow incoming TCP/UDP connections to your chosen port (UPnP optional; see Build Instructions)
  4. Clone, build, and run Kovri:
$ git clone https://github.com/monero-project/kovri
$ cd kovri/build && cmake ../ && make
$ ./kovri -p [your chosen port number]
  • For quick help options: $ ./kovri --help
  • For a detailed listing of options: $ ./kovri --help-with all

Documentation

  • Read our FAQ or join us in #kovri or #kovri-dev on Freenode or Irc2P
  • All other documentation is on our doc directory

Developers

Donations

Vulnerability Response

  • Please, submit a report via HackerOne
  • If you're having trouble using HackerOne, email us (please, use PGP):
anonimal [anonimal @ mail.i2p] or [anonimal @ i2pmail.org]
Key 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++ 89.9%
  • C 7.8%
  • CMake 2.0%
  • Other 0.3%