Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 849 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 849 Bytes

blockchair-dash-quarterlies

Ad-hoc quarterly aggregations of blockchair's dash data (for faster retrieval).

How to Download

git clone https://github.com/dashhive/blockchair-dash-quarterlies.git
pushd ./blockchair-dash-quarterlies/
open .

How to Update

  1. Get blockchair-dash-mirror

    mkdir -p ~/Projects/Dash/
    git clone https://github.com/dashhive/blockchair-dash-mirror.git ./dashblockchair
  2. Download and generate the latest quarterly caches:

    pushd ~/Projects/Dash/dashblockchair/
    ./bin/blockchair_dash_quarter
    
    ./bin/blockchair_dash_download
    ./bin/blockchair_dash_quarter
  3. Commit the updates

    pushd ./quarterlies/
    git add *.tsv
    git commit -m "feat: add cache of 20xx qX"
    git push