gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: Set workbits for PoWs to more realistic


From: gnunet
Subject: [gnunet] branch master updated: Set workbits for PoWs to more realistic values
Date: Tue, 16 Jun 2020 01:54:29 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e500e9ec3 Set workbits for PoWs to more realistic values
e500e9ec3 is described below

commit e500e9ec3678dfbb666d173854c134ac3858f8b1
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Tue Jun 16 01:48:00 2020 +0200

    Set workbits for PoWs to more realistic values
---
 src/nse/nse.conf.in               | 2 +-
 src/revocation/revocation.conf.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]