more readme updates

This commit is contained in:
zzz
2024-01-03 08:49:55 -05:00
parent 2d9f24b5d7
commit 8f87f7d8b1

View File

@ -33,4 +33,11 @@ about 2-3x slower than HashX compiled mode.
Equi-X requires 1.8 MB of heap to find solutions.
This implementation uses about the same, plus lots of Java overhead of course.
PoW is currently single-threaded, multi-threading is not yet supported.
PoW verification is extremely fast, as in the C code.
Blake2b code is adapted from Noise, see LICENSE-Noise.txt.
Build requires ant, and i2p source in ../i2p.i2p.
Runtime requires i2p.jar.
I2P dependency is only for a few utilities.