Skip to content

Conversation

@jurraca
Copy link
Collaborator

@jurraca jurraca commented Mar 23, 2025

This adds the asmap.dat result for the coordinated launch from #22 from the epoch 1742572800. We had a match from 5/9 participants in the coordinated launch.

To encode the final_result.txt file, use the encode command from asmap-tool with the --fill flag, as below. Once 2 people have reproduced the final hash below, this can be merged.

$ shasum -a 256 final_result.txt
5d6fa1c75aae3d678dc034461921fdf7dcaa1fdb72adfcb73e0f3a84f63a7104  final_result.txt
$ python3 contrib/asmap/asmap-tool.py encode --fill final_result.txt 1742572800_asmap.dat
$ shasum -a 256 1742572800_asmap.dat
8a6e9a37cbb3cb00e7dde64fcb78f144383fb5263c595b1f423ddc42712a2d0a  1742572800_asmap.dat

This also removes the oldest ASmap in the set.

@luisschwab
Copy link

Reproduced

schwab@thinkpad:~/git/bitcoin$ sha256sum final_result.txt
5d6fa1c75aae3d678dc034461921fdf7dcaa1fdb72adfcb73e0f3a84f63a7104  final_result.txt

schwab@thinkpad:~/git/bitcoin$ python3 contrib/asmap/asmap-tool.py encode --fill final_result.txt 1742572800_asmap.dat

schwab@thinkpad:~/git/bitcoin$ sha256sum 1742572800_asmap.dat 
8a6e9a37cbb3cb00e7dde64fcb78f144383fb5263c595b1f423ddc42712a2d0a  1742572800_asmap.dat

@fjahr
Copy link
Collaborator

fjahr commented Mar 23, 2025

ACK 2bc9fea

$ shasum -a 256 final_result.txt
5d6fa1c75aae3d678dc034461921fdf7dcaa1fdb72adfcb73e0f3a84f63a7104  final_result.txt
$ python3 ../projects/clones/bitcoin/contrib/asmap/asmap-tool.py encode --fill final_result.txt 1742572800_asmap.dat
$ shasum -a 256 1742572800_asmap.dat
8a6e9a37cbb3cb00e7dde64fcb78f144383fb5263c595b1f423ddc42712a2d0a  1742572800_asmap.dat

@fjahr fjahr merged commit 9f2b4c1 into asmap:main Mar 23, 2025
1 check passed
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.

3 participants