diff options
author | fanquake <fanquake@gmail.com> | 2023-10-05 11:36:03 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-10-05 11:36:03 +0100 |
commit | b2ede22395ae8ce371433c9611929374dd98908a (patch) | |
tree | a06efb3da505af9b7afa32b8ddda36c8b1839d90 /contrib | |
parent | f12f92b813cd8c29904f36f8ed7ed74649886897 (diff) |
headerssync: update params for 26.x
Diffstat (limited to 'contrib')
-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 f0088d6cb9..0198f5db99 100644 --- 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, 5, 25) +TIME = datetime(2026, 10, 5) # Expected block interval. [timedelta] BLOCK_INTERVAL = timedelta(seconds=600) # The number of headers corresponding to the minchainwork parameter. [headers] -MINCHAINWORK_HEADERS = 784000 +MINCHAINWORK_HEADERS = 804000 # 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 |