clarify cpu used
authorChristian Grothoff <christian@grothoff.org>
Sat, 30 Nov 2019 22:10:37 +0000 (23:10 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sat, 30 Nov 2019 22:10:37 +0000 (23:10 +0100)
src/nse/nse.conf.in
src/revocation/revocation.conf.in

index f3bd90e42eaa7d0b2085a42b6275715fd7932452..d3c9a64b16e36675fc36016038407ce4241873de 100644 (file)
@@ -31,9 +31,8 @@ WORKDELAY = 5 ms
 # DO NOT CHANGE THIS VALUE, doing so will break the protocol!
 INTERVAL = 1 h
 
-# 2^22 hash operations take about 2-3h on a modern i7 (single-core)
+# 2^22 hash operations take about 2-3h on a first-generation i7 (single-core)
 # for SCRYPT; with 2ms/op and 5ms workdelay, we can expect
 # the POW calculation to be done by a high-end peer in about 6h
 # DO NOT CHANGE THIS VALUE, doing so will break the protocol!
 WORKBITS = 22
-
index d7ad174c935fac940e68301483f9516d2884f19a..5ad41cd494cb1ac222a20e36790f3e5941884c6e 100644 (file)
@@ -10,7 +10,7 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-revocation.sock
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES
 
-# 2^25 hash operations take about 16-24h on a modern i7
+# 2^25 hash operations take about 16-24h on a first-generation i7
 # (using only a single-core) with SCRYPT.
 # DO NOT CHANGE THIS VALUE, doing so will break the protocol!
 WORKBITS = 25