Add 1786032000, update latest_asmap.dat - #65
Merged
Conversation
|
I got the same asmap files. |
Member
|
Will this update be PR'd to Core for |
Collaborator
Since we have our next regularly scheduled run on the Sept 3rd and we only need the file by Sept 10th, I would say we rather use the next one. |
Collaborator
|
ACK 508156e I verified both filled and unfilled encoding results and checked the hashes of the files included in the pull. |
Contributor
|
ACK 508156e I also verified the hashes and got the same results. |
hodlinator
approved these changes
Aug 10, 2026
There was a problem hiding this comment.
ACK 508156e
Reproducing final_result.txt from inputs using Kartograf
Inputs: #63 (comment)
[In kartograf dir]
₿ ./run map --reproduce ~/Downloads/1786032000 --epoch 1786032000
...
The SHA-256 hash of the result file is: 2c76c78a66583b36d3eef56797b01c2045bbfb8c6085f7f81bbe2b56753c82a5
Total runtime: 0:19:38.015148
Digest matches #63 majority result.
Encoding
[Still in kartograf dir]
₿ sha256sum out/r1786032000/final_result.txt
2c76c78a66583b36d3eef56797b01c2045bbfb8c6085f7f81bbe2b56753c82a5 out/r1786032000/final_result.txt
₿ python ~/bitcoin/contrib/asmap/asmap-tool.py encode --fill out/r1786032000/final_result.txt 1786032000_asmap.dat
₿ sha256sum 1786032000_asmap.dat
5691b328295cd4266f86e85f84316eea049896049246646b918edec67348eb99 1786032000_asmap.dat
₿ python ~/bitcoin/contrib/asmap/asmap-tool.py encode out/r1786032000/final_result.txt 1786032000_asmap_unfilled.dat
₿ sha256sum 1786032000_asmap_unfilled.dat
2a2b4be4a12aa55a496ceb7eb9e19c9cb2b9f57c5e8de0a7bd48cdbb9b96e7d8 1786032000_asmap_unfilled.dat
Comparing with PR
[In asmap-repo at 508156eb35a0c12e6fd14edd33c35db53bc1eea3]
₿ sha256sum 2026/1786032000_asmap.dat
5691b328295cd4266f86e85f84316eea049896049246646b918edec67348eb99 2026/1786032000_asmap.dat
₿ sha256sum latest_asmap.dat
5691b328295cd4266f86e85f84316eea049896049246646b918edec67348eb99 latest_asmap.dat
₿ sha256sum 2026/1786032000_asmap_unfilled.dat
2a2b4be4a12aa55a496ceb7eb9e19c9cb2b9f57c5e8de0a7bd48cdbb9b96e7d8 2026/1786032000_asmap_unfilled.dat
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 #63 for epoch 1786032000. We had a match from 7/11 participants. The sha256 hashes after encoding the file are:final_result.txt (output of the run):
2c76c78a66583b36d3eef56797b01c2045bbfb8c6085f7f81bbe2b56753c82a5filled / latest_asmap.dat:
5691b328295cd4266f86e85f84316eea049896049246646b918edec67348eb99unfilled:
2a2b4be4a12aa55a496ceb7eb9e19c9cb2b9f57c5e8de0a7bd48cdbb9b96e7d8To confirm the result of the encoding you can use asmap-tool.