Skip to content

lestephane/vagrant-asmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Vagrant asmap

Generates an ip_asn.map file for bitcoin-core, to support early testing of the bitcoin-asmap PR

System Requirements

You will need:

  • a fast internet connection
  • 7GB of disk space for the dumps
  • 12GB of ram for the analysis
  • patience

Usage

  • First time run:
vagrant up
  • Run again the VM is already up:
vagrant provision
  • To force the asmap-rs dump re-download:
FORCE_DOWNLOAD=true vagrant provision
  • To force the asmap-rs bottleneck re-analysis:
FORCE_ANALYSIS=true vagrant provision

Output

All files are output in a asmap subdirectory of the directory where vagrant ... commands are run.

  • asmap/
    • dumps/*: gzipped asn dumps
    • bottlenecks/*: bottleneck analysis result files
    • ip_asn.map: file to be passed to bitcoind's -asnmap command-line argument

Links

About

Generate an ip_asn.map file for bitcoin-core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published