mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
Update README.md
This commit is contained in:
parent
6dd36b8289
commit
ec02a27a39
1 changed files with 6 additions and 8 deletions
14
README.md
14
README.md
|
@ -9,12 +9,6 @@ License
|
||||||
This project is licensed under the BSD 3-clause license, which can be found in the file
|
This project is licensed under the BSD 3-clause license, which can be found in the file
|
||||||
LICENSE in the root of the project source code.
|
LICENSE in the root of the project source code.
|
||||||
|
|
||||||
Donations
|
|
||||||
---------
|
|
||||||
|
|
||||||
BTC: 1K7Ds6KUeR8ya287UC4rYTjvC96vXyZbDY
|
|
||||||
LTC: LKQirrYrDeTuAPnpYq5y7LVKtywfkkHi59
|
|
||||||
|
|
||||||
Requirements for Linux/FreeBSD/OSX
|
Requirements for Linux/FreeBSD/OSX
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
@ -25,8 +19,7 @@ Requirements for Windows
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
VS2013 (known to work with 12.0.21005.1 or newer), Boost 1.46 or newer,
|
VS2013 (known to work with 12.0.21005.1 or newer), Boost 1.46 or newer,
|
||||||
crypto++ 5.62. See Win32/README-Build.txt for instructions on how to build i2pd
|
crypto++ 5.62.
|
||||||
and its dependencies.
|
|
||||||
|
|
||||||
Downloads
|
Downloads
|
||||||
------------
|
------------
|
||||||
|
@ -162,3 +155,8 @@ tunnels.cfg (filename of this config is subject of change):
|
||||||
keys = site-keys.dat
|
keys = site-keys.dat
|
||||||
inport = 81
|
inport = 81
|
||||||
accesslist = <b32>[,<b32>]
|
accesslist = <b32>[,<b32>]
|
||||||
|
|
||||||
|
Acknowledgment
|
||||||
|
--------------
|
||||||
|
|
||||||
|
The ed25519/ folder is based on the [ref10 implementation from SUPERCOP](http://bench.cr.yp.to/supercop.html).
|
||||||
|
|
Loading…
Add table
Reference in a new issue