add 1767888000, inaugurate 2026 folder#41
Merged
Conversation
Collaborator
|
ACK 274da0e I reproduced the same encoded maps from my result file and verified that the files added here match those that I produced. |
luisschwab
approved these changes
Jan 9, 2026
luisschwab
left a comment
There was a problem hiding this comment.
ACK 274da0e
Built the ASMap locally and it matches the one being added in this PR.
asmap@asmap:~/kartograf/out/1767888000$ sha256sum final_result.txt
72f00df5247dbc55a83699520c0e8349438f3f5f6f82da9dae21a97ae46073af final_result.txt
asmap@asmap:~/kartograf/out/1767888000$ python3 ~/bitcoin/contrib/asmap/asmap-tool.py encode --fill final_result.txt 1767888000_asmap.dat
asmap@asmap:~/kartograf/out/1767888000$ sha256sum 1767888000_asmap.dat
95badecc3d0490d25e6fba1babf2b4ce3e9694fd867646330941fa390a0a0a86 1767888000_asmap.dat
hodlinator
approved these changes
Jan 9, 2026
hodlinator
left a comment
There was a problem hiding this comment.
ACK 274da0e
Was one of the ones to have a matching Kartograf run.
~/bitcoin
₿ ./contrib/asmap/asmap-tool.py encode ~/kartograf/out/1767888000/final_result.txt 1767888000_asmap.dat
₿ ./contrib/asmap/asmap-tool.py encode --fill ~/kartograf/out/1767888000/final_result.txt 1767888000_asmap_filled.dat
₿ sha256sum 1767888000_asmap*
11f8515a4eb0a0a6f515806d777581a9160abcf3de5e5c353d04d9d5de9d724c 1767888000_asmap.dat
95badecc3d0490d25e6fba1babf2b4ce3e9694fd867646330941fa390a0a0a86 1767888000_asmap_filled.dat
Matches PR hashes:
~/asmap-data
₿ sha256sum latest_asmap.dat 2026/1767888000_asmap*
95badecc3d0490d25e6fba1babf2b4ce3e9694fd867646330941fa390a0a0a86 latest_asmap.dat
95badecc3d0490d25e6fba1babf2b4ce3e9694fd867646330941fa390a0a0a86 2026/1767888000_asmap.dat
11f8515a4eb0a0a6f515806d777581a9160abcf3de5e5c353d04d9d5de9d724c 2026/1767888000_asmap_unfilled.dat
Member
|
Post-merge ACK 274da0e $ ../../bitcoin/contrib/asmap/asmap-tool.py encode out/1767888000/final_result.txt 1767888000_asmap.dat
$ ../../bitcoin/contrib/asmap/asmap-tool.py encode --fill out/1767888000/final_result.txt 1767888000_asmap_filled.dat
$ sha256sum *.dat
11f8515a4eb0a0a6f515806d777581a9160abcf3de5e5c353d04d9d5de9d724c 1767888000_asmap.dat
95badecc3d0490d25e6fba1babf2b4ce3e9694fd867646330941fa390a0a0a86 1767888000_asmap_filled.dat
$ sha256sum ../asmap-data/2026/1767888000_*.dat
11f8515a4eb0a0a6f515806d777581a9160abcf3de5e5c353d04d9d5de9d724c ../asmap-data/2026/1767888000_asmap_unfilled.dat
95badecc3d0490d25e6fba1babf2b4ce3e9694fd867646330941fa390a0a0a86 ../asmap-data/2026/1767888000_asmap.dat(kartograf output here: #40 (comment)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the
latest_asmap.datresult for the coordinated launch from #40 for epoch 1767888000. We had a match from 7/9 participants in the coordinated launch.The sha256 hash after encoding the file are:
95badecc3d0490d25e6fba1babf2b4ce3e9694fd867646330941fa390a0a0a8611f8515a4eb0a0a6f515806d777581a9160abcf3de5e5c353d04d9d5de9d724cTo confirm the result of the encoding you can use asmap-tool.