Post
Topic
Board Bitcoin Technical Support
Topic OP
Hardware requirements for analyzing ouput of rusty-blockparser
by
eugx0
on 22/06/2023, 12:09:46 UTC
Hello,

I am trying to do some data analytics on the bitcoin blockchain. I am running a node and then parsing the .dat files using the rusty-blockparser.
This produces four .csv files which the biggest one is nearly 100 GB of data. Due to the size,  I can't load it on a python jupyter notebook. I am wondering what common programs and strategies that people use to process this data.

Thanks for the help,

Best,