Post
Topic
Board Project Development
Re: Bitcoin block data available in CSV format
by
LoyceV
on 23/12/2020, 10:56:13 UTC
Can you make a CSV or JSON for total_number_of_funded_addresses.txt? It will make my work much easier.
A JSON would be amazing, like this. But it can be a csv as well
Code:
{12/12/20:
       {1: 200000,
         3:300000,
         bc1:30000},
13/12/20:{....
}
I made addresses.loyce.club/total_number_of_funded_addresses.json, but I'm confused with the commas and accolades:
Code:
{10/09/20:
{total: 31115394,
  1: 23536754,
  3: 6025854,
  bc1q: 1552770}
}
{12/11/20:
{total: 32467107,
  1: 24223336,
  3: 6402910,
  bc1q: 1840844}
}
{13/11/20:
{total: 32478246,
  1: 24230032,
  3: 6400301,
  bc1q: 1847896}
}
{01/12/20:
{total: 32690359,
  1: 24255508,
  3: 6445534,
  bc1q: 1989300}
}
Can you tell me exactly where to put them?

Note that this server doesn't have CORS enabled yet. Do you need that again?

Quote
Can you make a blockdata.lastweek.txt file?
Because of the way I create the files, this wouldn't be easier than you keeping daily snapshots of blockdata.lastday.txt.gz by yourself.