Clone of the most comprehensive all-time Bitcoin price history chart.
Derived from Zorinaq's price chart.
Accessible via:
- http.price.bublina.eu.org. on clearnet (good old internet) using plain old HTTP/1.1
- price.bublina.eu.org and pricey.pages.dev on clearnet using protocols HTTP/3, HTTP/2 or even legacy HTTP/1.1 but only with TLS encryption, hosted for free by CloudFlare Pages.
- jq
coreutils
andbash
will do, butbusybox
is enoughbusybox wget
is now required since GNU Wget or even cURL fail to get the API endpoint from Coindesk.
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.