Skip to content

add 1780588800#53

Open
jurraca wants to merge 1 commit into
bitcoin-core:mainfrom
jurraca:add-1780588800
Open

add 1780588800#53
jurraca wants to merge 1 commit into
bitcoin-core:mainfrom
jurraca:add-1780588800

Conversation

@jurraca
Copy link
Copy Markdown
Collaborator

@jurraca jurraca commented Jun 5, 2026

This adds the latest_asmap.dat result for the coordinated launch from #51 for epoch 1780588800. We had a match from 4/12 participants, with another 5 being off by one assignment in the coordinated launch.

The sha256 hash after encoding the file are:

final_result.txt (output of the run): ae50a4153ec0953fb030e2f6b0d1c964eaf6be0d41a2b5417702f6b8e2ff659c
filled (encoded with --fill) / latest_asmap.dat: 67038101e1d0f3ec2fcd9215b8ad3dceac7422cd0cc74c5a507cfdb2234410ae
unfilled: 3baa2fbcdc931ed9f8180b32a5b8ec8cbd0aed7a066a8da53ae78c2b15dc13e9

To confirm the result of the encoding you can use asmap-tool.

$ sha256sum final_result.txt
ae50a4153ec0953fb030e2f6b0d1c964eaf6be0d41a2b5417702f6b8e2ff659c final_result.txt

$ python bitcoin/contrib/asmap/asmap-tool.py encode --fill final_result.txt 1780588800_asmap.dat

$ sha256sum 1776960000_asmap.dat
67038101e1d0f3ec2fcd9215b8ad3dceac7422cd0cc74c5a507cfdb2234410ae 1780588800_asmap.dat

$ python bitcoin/contrib/asmap/asmap-tool.py encode final_result.txt 1780588800_asmap_unfilled.dat

$ sha256sum 1776960000_asmap_unfilled.dat
3baa2fbcdc931ed9f8180b32a5b8ec8cbd0aed7a066a8da53ae78c2b15dc13e9 1780588800_asmap_unfilled.dat

# also check the latest_asmap.dat file is the filled ASmap
$ sha256sum latest_asmap.dat
67038101e1d0f3ec2fcd9215b8ad3dceac7422cd0cc74c5a507cfdb2234410ae latest_asmap.dat

@hodlinator
Copy link
Copy Markdown

Could you maybe provide a download-link for ae50a4153ec0953fb030e2f6b0d1c964eaf6be0d41a2b5417702f6b8e2ff659c, at least for logged-in users of https://karto-server.replit.app/ ?
That way one could download it, confirm the hash locally, and diff it against one's own differing .txt-file to confirm that the changes are small instead of trusting the diffs displayed at https://karto-server.replit.app/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants