Set workbits for PoWs to more realistic values
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Mon, 15 Jun 2020 23:48:00 +0000 (01:48 +0200)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Mon, 15 Jun 2020 23:48:00 +0000 (01:48 +0200)
src/nse/nse.conf.in
src/revocation/revocation.conf.in

index d3c9a64b16e36675fc36016038407ce4241873de..6330254e9ad052e39877e59d87634be898903c43 100644 (file)
@@ -35,4 +35,4 @@ INTERVAL = 1 h
 # 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
+WORKBITS = 15
index 3461687859e0d5f02b0cb13c9c67333914a9897f..04393ea9f4555e493be1d2602a0cf2e6cbefc58b 100644 (file)
@@ -13,7 +13,7 @@ UNIX_MATCH_GID = YES
 # 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
+WORKBITS = 22
 EPOCH_DURATION = 356 d
 
 DATABASE = $GNUNET_DATA_HOME/revocation.dat