From a1dc094c19964d8b7f98d78ac5c7d398f2f5031d Mon Sep 17 00:00:00 2001 From: tevador Date: Mon, 11 Mar 2019 23:43:52 +0100 Subject: [PATCH] added epoch lag configuration --- src/configuration.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/configuration.h b/src/configuration.h index 5a34217..146b329 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -46,6 +46,9 @@ along with RandomX. If not, see. //Number of blocks per epoch #define RANDOMX_EPOCH_BLOCKS 1024 +//Number of blocks between the seed block and the start of new epoch +#define RANDOMX_EPOCH_LAG 64 + //Number of instructions in a RandomX program #define RANDOMX_PROGRAM_SIZE 256