Skip to content

Commit a37fb8b

Browse files
committed
validation: New checkpoints
1 parent 6f800ed commit a37fb8b

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/chainparams.cpp

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ class CMainParams : public CChainParams {
496496
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 709632; // Approximately November 12th, 2021
497497

498498
// The best chain should have at least this much work.
499-
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000001217ddce4920bddbc9c");
500-
consensus.defaultAssumeValid = uint256S("0x6d3abd8a80371e78957cc30af3e84c45c44b2eb26175b50c5ba7ebc9e990189c"); // 1303280
499+
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000145171faadac2f9b695");
500+
consensus.defaultAssumeValid = uint256S("0xf47bc3f695a6e16196babdc8a1e21974622c288bba808ce30efcaf86a28099bd"); // 1412800
501501

502502
consensus.nMinRCTOutputDepth = 12;
503503

@@ -610,6 +610,7 @@ class CMainParams : public CChainParams {
610610
{ 1159409, uint256S("0x4e0328ad2e2cb4fe6cb9a46c675a00673ff0e2e3c8185d7055e404adefbc7a96")},
611611
{ 1236270, uint256S("0xb35f0e0cde108c282380d6850bae83c1fd2e961781e2289e2b2cd3d17ff039ab")},
612612
{ 1303280, uint256S("0x6d3abd8a80371e78957cc30af3e84c45c44b2eb26175b50c5ba7ebc9e990189c")},
613+
{ 1412800, uint256S("0xf47bc3f695a6e16196babdc8a1e21974622c288bba808ce30efcaf86a28099bd")},
613614
}
614615
};
615616

@@ -618,9 +619,9 @@ class CMainParams : public CChainParams {
618619
};
619620

620621
chainTxData = ChainTxData {
621-
// Data from rpc: getchaintxstats 4096 6d3abd8a80371e78957cc30af3e84c45c44b2eb26175b50c5ba7ebc9e990189c
622-
/* nTime */ 1668249104,
623-
/* nTxCount */ 1639931,
622+
// Data from rpc: getchaintxstats 4096 f47bc3f695a6e16196babdc8a1e21974622c288bba808ce30efcaf86a28099bd
623+
/* nTime */ 1682352576,
624+
/* nTxCount */ 1798425,
624625
/* dTxRate */ 0.01
625626
};
626627
}
@@ -705,8 +706,8 @@ class CTestNetParams : public CChainParams {
705706
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 0; // No activation delay
706707

707708
// The best chain should have at least this much work.
708-
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000001d53653b0771bebf61");
709-
consensus.defaultAssumeValid = uint256S("0xab3724205826d2e38f0a12e1938d4825e3ba6f983ee74a08f2af33918bb53122"); // 1230000
709+
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000021cf0b6748b46006ae");
710+
consensus.defaultAssumeValid = uint256S("0x894e4e80612341dca2e90f259fe7b006c982175833c4229c3d1782b37176a727"); // 1339440
710711

711712
consensus.nMinRCTOutputDepth = 12;
712713

@@ -796,6 +797,7 @@ class CTestNetParams : public CChainParams {
796797
{1086076, uint256S("0x1e74a808cc907a48cdaf6f2cf5488a54d64a186fa7d65f5f717b11a8dc37d55e")},
797798
{1162920, uint256S("0x01bbfe87e90af03e6daa171611fe342403a7ebb7f4703342f34fdeb613b3ecbc")},
798799
{1230000, uint256S("0xab3724205826d2e38f0a12e1938d4825e3ba6f983ee74a08f2af33918bb53122")},
800+
{1339440, uint256S("0x894e4e80612341dca2e90f259fe7b006c982175833c4229c3d1782b37176a727")},
799801
}
800802
};
801803

@@ -804,9 +806,9 @@ class CTestNetParams : public CChainParams {
804806
};
805807

806808
chainTxData = ChainTxData{
807-
// Data from rpc: getchaintxstats 4096 ab3724205826d2e38f0a12e1938d4825e3ba6f983ee74a08f2af33918bb53122
808-
/* nTime */ 1668248144,
809-
/* nTxCount */ 1295752,
809+
// Data from rpc: getchaintxstats 4096 894e4e80612341dca2e90f259fe7b006c982175833c4229c3d1782b37176a727
810+
/* nTime */ 1682352976,
811+
/* nTxCount */ 1405292,
810812
/* dTxRate */ 0.006
811813
};
812814
}

0 commit comments

Comments
 (0)