From: Martin Schanzenbach Date: Mon, 15 Jun 2020 23:48:00 +0000 (+0200) Subject: Set workbits for PoWs to more realistic values X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e500e9ec3678dfbb666d173854c134ac3858f8b1;p=oweals%2Fgnunet.git Set workbits for PoWs to more realistic values --- diff --git a/src/nse/nse.conf.in b/src/nse/nse.conf.in index d3c9a64b1..6330254e9 100644 --- a/src/nse/nse.conf.in +++ b/src/nse/nse.conf.in @@ -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 diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in index 346168785..04393ea9f 100644 --- a/src/revocation/revocation.conf.in +++ b/src/revocation/revocation.conf.in @@ -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