From 88fd5fb494f77c6313bbb94cadb58632d60e5c31 Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 22 Oct 2018 23:40:29 +0300 Subject: [PATCH] increase minimum difficulty to 25 million --- src/cryptonote_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 40f637d18..82408aab3 100755 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -83,7 +83,7 @@ #define DIFFICULTY_BLOCKS_COUNT DIFFICULTY_WINDOW + DIFFICULTY_LAG #define DIFFICULTY_HEIGHT 53666 // v9 fork height #define DIFFICULTY_GUESS 40000000 // difficulty at fork 40m -#define DIFFICULTY_MINIMUM 10000000 // minimum difficulty set to 10m +#define DIFFICULTY_MINIMUM 25000000 // minimum difficulty set to 25m #define DIFFICULTY_TESTNET_HEIGHT 100 #define DIFFICULTY_TESTNET_GUESS 5069 #define DIFFICULTY_TESTNET_MINIMUM 4069