From 36af8e44080d593e0297a21637c25f420dee9334 Mon Sep 17 00:00:00 2001 From: cyber-pc <165458555+cyber-pc@users.noreply.github.com> Date: Mon, 24 Aug 2026 23:41:09 +0700 Subject: [PATCH] update params for epoch 228 / v1.302.0 --- src/public_settings.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/public_settings.h b/src/public_settings.h index 13044b5a..fa4760c6 100644 --- a/src/public_settings.h +++ b/src/public_settings.h @@ -63,7 +63,7 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE // If this flag is 1, it indicates that the whole network (all 676 IDs) will start from scratch and agree that the very first tick time will be set at (2022-04-13 Wed 12:00:00.000UTC). // If this flag is 0, the node will try to fetch data of the initial tick of the epoch from other nodes, because the tick's timestamp may differ from (2022-04-13 Wed 12:00:00.000UTC). // If you restart your node after seamless epoch transition, make sure EPOCH and TICK are set correctly for the currently running epoch. -#define START_NETWORK_FROM_SCRATCH 0 +#define START_NETWORK_FROM_SCRATCH 1 // Addons: If you don't know it, leave it 0. #define ADDON_TX_STATUS_REQUEST 0 @@ -73,12 +73,12 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE // Config options that should NOT be changed by operators #define VERSION_A 1 -#define VERSION_B 301 -#define VERSION_C 7 +#define VERSION_B 302 +#define VERSION_C 0 // Epoch and initial tick for node startup -#define EPOCH 227 -#define TICK 75241781 +#define EPOCH 228 +#define TICK 76550000 #define TICK_IS_FIRST_TICK_OF_EPOCH 1 // Set to 0 if the network is restarted during the EPOCH with a new initial TICK #define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"