Forráskód Böngészése

Epoch increased to 2048 blocks

tevador 7 éve
szülő
commit
2bb42637fd
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/configuration.h

+ 1 - 1
src/configuration.h

@@ -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