Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.21 KB

File metadata and controls

13 lines (7 loc) · 1.21 KB

ASMap Data Repository

This repository holds recently created ASMap files encoded for use in Bitcoin Core. Any map included here has been created collaboratively between multiple participants (coordinated in an issue) and verified (in the follow-up pull request). The process is outlined in further detail on Delving Bitcoin.

Format

ASmap files are provided in binary form, suitable for use with Bitcoin Core's -asmap flag.

The files are organized by year. The latest_asmap.dat at the root of the project maps to the latest ASmap produced in these folders. An _unfilled.dat map means that only the networks sourced from the data are provided (see the asmap-tool docs). The default is to use --fill when encoding the file to reduce the file size.

Tools for analysis of maps

Users can further verify the integrity of the data with some of the analysis commands available in contrib/asmap/asmap-tool.py (part of Bitcoin Core). There is also a ASMap health check log printed every 24 hours by Bitcoin Core nodes.