Skip to content

Commit

Permalink
Update params for epoch 120 (v1.212.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwerner committed Jul 31, 2024
1 parent 89819c5 commit a763f1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/public_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
// 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 1
#define START_NETWORK_FROM_SCRATCH 0

// Addons: If you don't know it, leave it 0.
#define ADDON_TX_STATUS_REQUEST 0
Expand All @@ -50,11 +50,11 @@

#define VERSION_A 1
#define VERSION_B 212
#define VERSION_C 0
#define VERSION_C 1

// Epoch and initial tick for node startup
#define EPOCH 119
#define TICK 15030000
#define EPOCH 120
#define TICK 15130713

#define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"

Expand Down

0 comments on commit a763f1d

Please sign in to comment.