This a valid json structure.
Updated:
addresses.loyce.club/total_number_of_funded_addresses.jsonCORS should work for you now:
Header set Access-Control-Allow-Origin "https://bitcoindata.science"
Sure. this will be a challenge to me. I will study how to do it . What platform do you use?can you point me some directions? I just use cpanel, I am a complete newbie with this.
I'm just using a standard Linux server.
Running this once a day works:
wget https://loyce.club/blockdata/blockdata.lastday.txt.gz
gunzip blockdata.lastday.txt.gz
mv blockdata.lastday.txt $(date -r blockdata.lastday.txt "+blockdata_%m-%d-%Y.txt")
Result: a file named
blockdata_12-23-2020.txt.
I could store this myself somewhere, but I don't want to keep adding cronjobs
