Skip to content

jsarenik/price.bublina.eu.org

Repository files navigation

Clone of the most comprehensive all-time Bitcoin price history chart.

Derived from Zorinaq's price chart.

Accessible via:

Requirements

  • jq
  • coreutils and bash will do, but busybox is enough
  • busybox wget is now required since GNU Wget or even cURL fail to get the API endpoint from Coindesk.

How it works

The script ./update-datapoints.sh updates datapoints file and should be run before anything else in order to use the current data.

In order to update the datapoints along with all the implemented chart variants, simply run ./update-all.sh and find the output in the public directory.

./gen-inline.sh generates a static public/index.html file which contains all the space-efficient CSV values inside itself.

./gen-hafuch.sh generates the reversed chart which shows how much BTC can be bought by USD.