-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update mainnet chainparams and seeds #5692
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK. Synced Mainnet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Starting timestamp looks good. This is what my script shows for estimated times of window start times.
Start time: 2023-11-15 00:00:00
Estimated block height at starttime: 1971463
First window block height: 1971648, estimated time: 2023-11-15 08:05:37
1. Block height: 1975680, estimated time: 2023-11-22 16:29:37
2. Block height: 1979712, estimated time: 2023-11-30 00:53:37 (earliest possible activation)
3. Block height: 1983744, estimated time: 2023-12-07 09:17:37
4. Block height: 1987776, estimated time: 2023-12-14 17:41:37
5. Block height: 1991808, estimated time: 2023-12-22 02:05:37
6. Block height: 1995840, estimated time: 2023-12-29 10:29:37
7. Block height: 1999872, estimated time: 2024-01-05 18:53:37
8. Block height: 2003904, estimated time: 2024-01-13 03:17:37
9. Block height: 2007936, estimated time: 2024-01-20 11:41:37
10. Block height: 2011968, estimated time: 2024-01-27 20:05:37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK; validated block information and timestamps
``` cd contrib/seeds dash-cli protx list valid 1 > protx.txt ./makeseeds.py protx.txt > nodes_main.txt ./generate-seeds.py . > ../../src/chainparamsseeds.h ```
aae1776
to
696f8a8
Compare
Issue being fixed or feature implemented
What was done?
How Has This Been Tested?
Breaking Changes
n/a
Checklist: