Ad-hoc quarterly aggregations of blockchair's dash data (for faster retrieval).
git clone https://github.com/dashhive/blockchair-dash-quarterlies.git
pushd ./blockchair-dash-quarterlies/
open .
-
mkdir -p ~/Projects/Dash/ git clone https://github.com/dashhive/blockchair-dash-mirror.git ./dashblockchair
-
Download and generate the latest quarterly caches:
pushd ~/Projects/Dash/dashblockchair/ ./bin/blockchair_dash_quarter ./bin/blockchair_dash_download ./bin/blockchair_dash_quarter
-
Commit the updates
pushd ./quarterlies/ git add *.tsv git commit -m "feat: add cache of 20xx qX" git push