From e500e9ec3678dfbb666d173854c134ac3858f8b1 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Tue, 16 Jun 2020 01:48:00 +0200 Subject: Set workbits for PoWs to more realistic values --- src/revocation/revocation.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/revocation/revocation.conf.in') 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 -- cgit v1.2.3