Skip to content

Commit 1ccdfb5

Browse files
update params for epoch 165 / v1.247.0
1 parent f1cd5fd commit 1ccdfb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/public_settings.h

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

5252
// Addons: If you don't know it, leave it 0.
5353
#define ADDON_TX_STATUS_REQUEST 0
@@ -56,12 +56,12 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE
5656
// Config options that should NOT be changed by operators
5757

5858
#define VERSION_A 1
59-
#define VERSION_B 246
60-
#define VERSION_C 3
59+
#define VERSION_B 247
60+
#define VERSION_C 0
6161

6262
// Epoch and initial tick for node startup
63-
#define EPOCH 164
64-
#define TICK 26851119
63+
#define EPOCH 165
64+
#define TICK 27250000
6565

6666
#define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"
6767
#define DISPATCHER "XPXYKFLGSWRHRGAUKWFWVXCDVEYAPCPCNUTMUDWFGDYQCWZNJMWFZEEGCFFO"

0 commit comments

Comments
 (0)