From 3e32996071c648674683bc2e9d554354be110aae Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 30 Nov 2019 23:10:37 +0100 Subject: clarify cpu used --- src/nse/nse.conf.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/nse') diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in index f3bd90e42..d3c9a64b1 100644 --- a/src/nse/nse.conf.in +++ b/src/nse/nse.conf.in @@ -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 - -- cgit v1.2.3