aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/nse.conf.in')
-rw-r--r--src/nse/nse.conf.in3
1 files changed, 1 insertions, 2 deletions
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
31# DO NOT CHANGE THIS VALUE, doing so will break the protocol! 31# DO NOT CHANGE THIS VALUE, doing so will break the protocol!
32INTERVAL = 1 h 32INTERVAL = 1 h
33 33
34# 2^22 hash operations take about 2-3h on a modern i7 (single-core) 34# 2^22 hash operations take about 2-3h on a first-generation i7 (single-core)
35# for SCRYPT; with 2ms/op and 5ms workdelay, we can expect 35# for SCRYPT; with 2ms/op and 5ms workdelay, we can expect
36# the POW calculation to be done by a high-end peer in about 6h 36# the POW calculation to be done by a high-end peer in about 6h
37# DO NOT CHANGE THIS VALUE, doing so will break the protocol! 37# DO NOT CHANGE THIS VALUE, doing so will break the protocol!
38WORKBITS = 22 38WORKBITS = 22
39