Post
Topic
Board Project Development
Merits 10 from 2 users
Re: Bitcoin block data available in CSV format
by
bitmover
on 22/12/2020, 19:32:56 UTC
⭐ Merited by LoyceV (6) ,suchmoon (4)
Code:
Header set Access-Control-Allow-Origin "*"
I'm not willing to allow "*", so I added this:
Code:
        # Added 21-8-2020 based on https://bitcointalk.org/index.php?topic=5167469.msg55037886#msg55037886
        Header set Access-Control-Allow-Origin "https://bitcointalk.org"
        # Added 18-12-2020 based on https://bitcointalk.org/index.php?topic=5246271.msg55854208#msg55854208
        Header set Access-Control-Allow-Origin "https://bitcoindata.science"
Let me know if it still doesn't work.

It is working. Smiley
THank you.
I think I did something nice. In time I will add more data to it, maybe week, month... ?

I just need to finish building some nice statistics and charts, then I can move on to more data. I will slowly scale it.