From 1e90d8757b621736eb2f94e4118c0cb4765f8b22 Mon Sep 17 00:00:00 2001 From: AlphaX Date: Fri, 18 Oct 2024 14:41:10 +0200 Subject: [PATCH 1/3] Set feature triggers --- src/main/resources/blockchain.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/blockchain.json b/src/main/resources/blockchain.json index 85de477d..013a6bc9 100644 --- a/src/main/resources/blockchain.json +++ b/src/main/resources/blockchain.json @@ -37,7 +37,7 @@ "blockRewardBatchStartHeight": 1508000, "blockRewardBatchSize": 1000, "blockRewardBatchAccountsBlockCount": 25, - "mintingGroupId": 99999, + "mintingGroupId": 694, "rewardsByHeight": [ { "height": 1, "reward": 5.00 }, { "height": 259201, "reward": 4.75 }, @@ -106,10 +106,10 @@ "disableTransferPrivsTimestamp": 1706745000000, "enableTransferPrivsTimestamp": 1709251200000, "cancelSellNameValidationTimestamp": 1676986362069, - "disableRewardshareHeight": 9999800, - "enableRewardshareHeight": 9999850, - "onlyMintWithNameHeight": 9999900, - "groupMemberCheckHeight": 9999950 + "disableRewardshareHeight": 1899100, + "enableRewardshareHeight": 1905100, + "onlyMintWithNameHeight": 1900300, + "groupMemberCheckHeight": 1902700 }, "checkpoints": [ { "height": 1136300, "signature": "3BbwawEF2uN8Ni5ofpJXkukoU8ctAPxYoFB7whq9pKfBnjfZcpfEJT4R95NvBDoTP8WDyWvsUvbfHbcr9qSZuYpSKZjUQTvdFf6eqznHGEwhZApWfvXu6zjGCxYCp65F4jsVYYJjkzbjmkCg5WAwN5voudngA23kMK6PpTNygapCzXt" } From e44382a72ef17721add7bc827e491a9180823c2a Mon Sep 17 00:00:00 2001 From: AlphaX Date: Fri, 18 Oct 2024 14:44:24 +0200 Subject: [PATCH 2/3] Update minimum peer version --- src/main/java/org/qortal/settings/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/qortal/settings/Settings.java b/src/main/java/org/qortal/settings/Settings.java index 14252840..c219f8fa 100644 --- a/src/main/java/org/qortal/settings/Settings.java +++ b/src/main/java/org/qortal/settings/Settings.java @@ -211,7 +211,7 @@ public class Settings { public long recoveryModeTimeout = 9999999999999L; /** Minimum peer version number required in order to sync with them */ - private String minPeerVersion = "4.5.1"; + private String minPeerVersion = "4.5.2"; /** Whether to allow connections with peers below minPeerVersion * If true, we won't sync with them but they can still sync with us, and will show in the peers list * If false, sync will be blocked both ways, and they will not appear in the peers list */ From ec8ddf2b1c4fd97c1f804fc4811543bc839ec677 Mon Sep 17 00:00:00 2001 From: AlphaX Date: Fri, 18 Oct 2024 18:25:58 +0200 Subject: [PATCH 3/3] Bump version to 4.6.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c662c03d..33c30f79 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.qortal qortal - 4.5.2 + 4.6.0 jar UTF-8