Epoch increased to 2048 blocks

This commit is contained in:
tevador 2019-03-22 14:03:13 +01:00
parent 107270d93d
commit 2bb42637fd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ along with RandomX. If not, see<http://www.gnu.org/licenses/>.
#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