Skip to content

Commit

Permalink
update params for epoch 147 / v1.233.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Franziska-Mueller committed Feb 5, 2025
1 parent b831494 commit 4853dec
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 233
#define VERSION_C 0
#define VERSION_C 1

// Epoch and initial tick for node startup
#define EPOCH 146
#define TICK 18810000
#define EPOCH 147
#define TICK 18964679

#define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"

Expand Down

0 comments on commit 4853dec

Please sign in to comment.