summaryrefslogtreecommitdiff
path: root/node/Identity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Identity.cpp')
-rw-r--r--node/Identity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Identity.cpp b/node/Identity.cpp
index c46321e0..e0d5afd7 100644
--- a/node/Identity.cpp
+++ b/node/Identity.cpp
@@ -40,13 +40,13 @@
// parameters of the hashcash hashing/searching algorithm.
// Hashcash halting criteria
-#define ZT_IDENTITY_GEN_HASHCASH_FIRST_BYTE_LESS_THAN 5
+#define ZT_IDENTITY_GEN_HASHCASH_FIRST_BYTE_LESS_THAN 7
// Amount of memory for memory-hardness
#define ZT_IDENTITY_GEN_MEMORY 8388608
// Step distance for mixing genmem[]
-#define ZT_IDENTITY_GEN_MEMORY_MIX_STEP 128
+#define ZT_IDENTITY_GEN_MEMORY_MIX_STEP 1024
namespace ZeroTier {