Skip to content

Commit c2b899c

Browse files
update params for epoch 166 / v1.247.1
1 parent a72e368 commit c2b899c

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
@@ -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 1
50+
#define START_NETWORK_FROM_SCRATCH 0
5151

5252
// Addons: If you don't know it, leave it 0.
5353
#define ADDON_TX_STATUS_REQUEST 0
@@ -57,11 +57,11 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE
5757

5858
#define VERSION_A 1
5959
#define VERSION_B 247
60-
#define VERSION_C 0
60+
#define VERSION_C 1
6161

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

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

0 commit comments

Comments
 (0)