Skip to content

Commit 429e385

Browse files
author
cyber-pc
committed
update params for epoch 193 / v1.272.1
1 parent 6c356df commit 429e385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/public_settings.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE
5757
// 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).
5858
// 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).
5959
// If you restart your node after seamless epoch transition, make sure EPOCH and TICK are set correctly for the currently running epoch.
60-
#define START_NETWORK_FROM_SCRATCH 1
60+
#define START_NETWORK_FROM_SCRATCH 0
6161

6262
// Addons: If you don't know it, leave it 0.
6363
#define ADDON_TX_STATUS_REQUEST 0
@@ -67,11 +67,11 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE
6767

6868
#define VERSION_A 1
6969
#define VERSION_B 272
70-
#define VERSION_C 0
70+
#define VERSION_C 1
7171

7272
// Epoch and initial tick for node startup
73-
#define EPOCH 192
74-
#define TICK 39862000
73+
#define EPOCH 193
74+
#define TICK 40438468
7575
#define TICK_IS_FIRST_TICK_OF_EPOCH 1 // Set to 0 if the network is restarted during the EPOCH with a new initial TICK
7676

7777
#define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"

0 commit comments

Comments
 (0)