mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
headerssync: Update headerssync configuration
This commit is contained in:
4
contrib/devtools/headerssync-params.py
Normal file → Executable file
4
contrib/devtools/headerssync-params.py
Normal file → Executable file
@@ -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
|
||||
|
Reference in New Issue
Block a user