From 2bb42637fdf0e09c1960b56e1570c7f3d8e9daf2 Mon Sep 17 00:00:00 2001 From: tevador Date: Fri, 22 Mar 2019 14:03:13 +0100 Subject: [PATCH] Epoch increased to 2048 blocks --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index bf982f9..8780998 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -44,7 +44,7 @@ along with RandomX. If not, see. #define RANDOMX_DS_GROWTH 0 //Number of blocks per epoch -#define RANDOMX_EPOCH_BLOCKS 1024 +#define RANDOMX_EPOCH_BLOCKS 2048 //Number of blocks between the seed block and the start of new epoch #define RANDOMX_EPOCH_LAG 64