Skip to content

Commit

Permalink
Update CheckPoint
Browse files Browse the repository at this point in the history
To improve sync speed
  • Loading branch information
frankTheTank72 committed May 3, 2024
1 parent bea2ce8 commit b319740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/brs/props/Props.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public class Props {
public static final Prop<String> ICON_LOCATION = new Prop<>("node.iconLocation", "/images/signum_overlay_logo.png");

// Checkpoint block for faster sync from empty database
public static final Prop<Integer> BRS_CHECKPOINT_HEIGHT = new Prop<>("node.checkPointHeight", 970_000);
public static final Prop<String> BRS_CHECKPOINT_HASH = new Prop<>("node.checkPointPrevHash", "c0bb65a25e6fb5f6c4672b5ced900bdf9eb8247187467fd504f42e050fe2ad36");
public static final Prop<Integer> BRS_CHECKPOINT_HEIGHT = new Prop<>("node.checkPointHeight", 1_272_520);
public static final Prop<String> BRS_CHECKPOINT_HASH = new Prop<>("node.checkPointPrevHash", "026a94d7fafc9bba6a8b8ff0ce74eccc1fdcb7782e7889851e629bc13929fff5");
public static final Prop<String> BRS_PK_CHECKS = new Prop<>("node.pkChecks", "dba639ec3450e0b1;169b3b99ce28a350;a83c47e772a35586;6db77a51a7def19d;c4823aa7028f6735;fb0e32a5bc032257;15a35aa0515e3584;27fcf52c3bc40fba;c4823aa7028f6735;981454e22b5ac976;0cb15471ad76fcd1;");

// GPU options
Expand Down

0 comments on commit b319740

Please sign in to comment.