Skip to content

Commit dbb1d78

Browse files
update params for epoch 185 / v1.265.1
1 parent 05265f5 commit dbb1d78

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
@@ -55,7 +55,7 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE
5555
// 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).
5656
// 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).
5757
// If you restart your node after seamless epoch transition, make sure EPOCH and TICK are set correctly for the currently running epoch.
58-
#define START_NETWORK_FROM_SCRATCH 1
58+
#define START_NETWORK_FROM_SCRATCH 0
5959

6060
// Addons: If you don't know it, leave it 0.
6161
#define ADDON_TX_STATUS_REQUEST 0
@@ -65,11 +65,11 @@ static_assert(AUTO_FORCE_NEXT_TICK_THRESHOLD* TARGET_TICK_DURATION >= PEER_REFRE
6565

6666
#define VERSION_A 1
6767
#define VERSION_B 265
68-
#define VERSION_C 0
68+
#define VERSION_C 1
6969

7070
// Epoch and initial tick for node startup
71-
#define EPOCH 184
72-
#define TICK 35340000
71+
#define EPOCH 185
72+
#define TICK 35871563
7373
#define TICK_IS_FIRST_TICK_OF_EPOCH 1 // Set to 0 if the network is restarted during the EPOCH with a new initial TICK
7474

7575
#define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"

0 commit comments

Comments
 (0)