File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# Parameters:
1313
1414# Aim for still working fine at some point in the future. [datetime]
15- TIME = datetime (2027 , 10 , 6 )
15+ TIME = datetime (2028 , 4 , 2 )
1616
1717# Expected block interval. [timedelta]
1818BLOCK_INTERVAL = timedelta (seconds = 600 )
1919
2020# The number of headers corresponding to the minchainwork parameter. [headers]
21- MINCHAINWORK_HEADERS = 886157
21+ MINCHAINWORK_HEADERS = 912683
2222
2323# Combined processing bandwidth from all attackers to one victim. [bit/s]
2424# 6 Gbit/s is approximately the speed at which a single thread of a Ryzen 5950X CPU thread can hash
Original file line number Diff line number Diff line change 1313// contrib/devtools/headerssync-params.py.
1414
1515// ! Store one header commitment per HEADER_COMMITMENT_PERIOD blocks.
16- constexpr size_t HEADER_COMMITMENT_PERIOD{624 };
16+ constexpr size_t HEADER_COMMITMENT_PERIOD{632 };
1717
1818// ! Only feed headers to validation once this many headers on top have been
1919// ! received and validated against commitments.
20- constexpr size_t REDOWNLOAD_BUFFER_SIZE{14827 }; // 14827/624 = ~23.8 commitments
20+ constexpr size_t REDOWNLOAD_BUFFER_SIZE{15009 }; // 15009/632 = ~23.7 commitments
2121
2222// Our memory analysis assumes 48 bytes for a CompressedHeader (so we should
2323// re-calculate parameters if we compress further)
You can’t perform that action at this time.
0 commit comments