Skip to content

Commit df36371

Browse files
committed
Update estimated transaction count data
1 parent e356d9a commit df36371

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/chainparams.cpp

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ class CMainParams : public CChainParams {
155155
};
156156

157157
chainTxData = ChainTxData{
158-
1397080064, // * UNIX timestamp of last checkpoint block
159-
36544669, // * total number of transactions between genesis and last checkpoint
158+
// Data as of block 00000000000000000166d612d5595e2b1cd88d71d695fc580af64d8da8658c23 (height 446482).
159+
1483472411, // * UNIX timestamp of last known number of transactions
160+
184495391, // * total number of transactions between genesis and that timestamp
160161
// (the tx=... number in the SetBestChain debug.log lines)
161-
0.7 // * estimated number of transactions per second after checkpoint
162+
3.2 // * estimated number of transactions per second after that timestamp
162163
};
163164
}
164165
};
@@ -240,9 +241,10 @@ class CTestNetParams : public CChainParams {
240241
};
241242

242243
chainTxData = ChainTxData{
243-
1337966069,
244-
1488,
245-
0.0035
244+
// Data as of block 00000000c2872f8f8a8935c8e3c5862be9038c97d4de2cf37ed496991166928a (height 1063660)
245+
1483546230,
246+
12834668,
247+
0.15
246248
};
247249

248250
}

0 commit comments

Comments
 (0)