diff --git a/Meta/ConsensusConfig.cs b/Meta/ConsensusConfig.cs index 170770f..d98ede7 100644 --- a/Meta/ConsensusConfig.cs +++ b/Meta/ConsensusConfig.cs @@ -220,7 +220,7 @@ public static ulong getPlPowBlocksValidity(int blockVersion = -1) /// Min. number of blocks that the PL PoW will be calculated for. /// private static readonly ulong plPowMinCalculationBlockTimeOld = 20; - private static readonly ulong plPowMinCalculationBlockTime = 25; // 10 blocks = 5 mins + private static readonly ulong plPowMinCalculationBlockTime = 10; // 10 blocks = 5 mins public static ulong getPlPowMinCalculationBlockTime(int blockVersion = -1) { if (blockVersion < BlockVer.v12) @@ -234,7 +234,7 @@ public static ulong getPlPowMinCalculationBlockTime(int blockVersion = -1) /// Number of blocks after how many to re-calculate the PL PoW since last solution. /// private static readonly ulong plPowCalculationIntervalOld = 40; - private static readonly ulong plPowCalculationInterval = 5; + private static readonly ulong plPowCalculationInterval = 15; public static ulong getPlPowCalculationInterval(int blockVersion = -1) { if (blockVersion < BlockVer.v12) diff --git a/Meta/CoreConfig.cs b/Meta/CoreConfig.cs index e320b52..76648aa 100644 --- a/Meta/CoreConfig.cs +++ b/Meta/CoreConfig.cs @@ -20,7 +20,7 @@ class CoreConfig /// /// Current version of IxiCore. /// - public static readonly string version = "xcore-0.9.3a"; + public static readonly string version = "xcore-0.9.3c"; /// /// Current version of the Ixian network protocol.