diff options
author | Ava Chow <github@achow101.com> | 2024-08-14 14:03:49 -0400 |
---|---|---|
committer | Ava Chow <github@achow101.com> | 2024-08-16 11:23:23 -0400 |
commit | 221809b81cfcecb04050915eebacffda2599da42 (patch) | |
tree | eed75006562d4f49fd1ca366df2774643dbb3d9e /contrib | |
parent | c2707446f745015d279af663e181219757ad6eb7 (diff) |
headerssync: Update headerssync configuration
Diffstat (limited to 'contrib')
-rwxr-xr-x[-rw-r--r--] | contrib/devtools/headerssync-params.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/devtools/headerssync-params.py b/contrib/devtools/headerssync-params.py index 0198f5db99..f8e415532a 100644..100755 --- a/contrib/devtools/headerssync-params.py +++ b/contrib/devtools/headerssync-params.py @@ -12,13 +12,13 @@ import random # Parameters: # Aim for still working fine at some point in the future. [datetime] -TIME = datetime(2026, 10, 5) +TIME = datetime(2027, 4, 1) # Expected block interval. [timedelta] BLOCK_INTERVAL = timedelta(seconds=600) # The number of headers corresponding to the minchainwork parameter. [headers] -MINCHAINWORK_HEADERS = 804000 +MINCHAINWORK_HEADERS = 856760 # Combined processing bandwidth from all attackers to one victim. [bit/s] # 6 Gbit/s is approximately the speed at which a single thread of a Ryzen 5950X CPU thread can hash |