aboutsummaryrefslogtreecommitdiff
path: root/contrib/asmap/README.md
blob: 5fab4b285e213125087b74266504f3224d9aa6ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# ASMap Tool

Tool for performing various operations on textual and binary asmap files,
particularly encoding/compressing the raw data to the binary format that can
be used in Bitcoin Core with the `-asmap` option.

Example usage:
```
python3 asmap-tool.py encode /path/to/input.file /path/to/output.file
python3 asmap-tool.py decode /path/to/input.file /path/to/output.file
python3 asmap-tool.py diff /path/to/first.file /path/to/second.file
```