Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,11 @@ class CMainParams : public CChainParams {

chainTxData = ChainTxData{
// Update as we know more about the contents of the Raven chain
1509572692, // * UNIX timestamp of last known number of transactions
1, // * total number of transactions between genesis and that timestamp
// Stats as of 000000000000a72545994ce72b25042ea63707fca169ca4deb7f9dab4f1b1798 window size 43200
1543817453, // * UNIX timestamp of last known number of transactions
2033711, // * total number of transactions between genesis and that timestamp
// (the tx=... number in the SetBestChain debug.log lines)
3.1 // * estimated number of transactions per second after that timestamp
0.1 // * estimated number of transactions per second after that timestamp
};

/** RVN Start **/
Expand Down Expand Up @@ -368,10 +369,11 @@ class CTestNetParams : public CChainParams {

chainTxData = ChainTxData{
// Update as we know more about the contents of the Raven chain
1513705170, // * UNIX timestamp of last known number of transactions
1, // * total number of transactions between genesis and that timestamp
// Stats as of 00000023b66f46d74890287a7b1157dd780c7c5fdda2b561eb96684d2b39d62e window size 43200
1543633332, // * UNIX timestamp of last known number of transactions
146666, // * total number of transactions between genesis and that timestamp
// (the tx=... number in the SetBestChain debug.log lines)
3.1 // * estimated number of transactions per second after that timestamp
0.02 // * estimated number of transactions per second after that timestamp
};

/** RVN Start **/
Expand Down