Author

Topic: Bitcoin Core parser for python (Read 188 times)

staff
Activity: 3374
Merit: 6530
Just writing some code
February 27, 2018, 04:56:55 PM
#2
You can use python-bitcoinlib to deserialize the raw blockchain data into python objects.

You could also just let Bitcoin Core do that work and use its RPC commands to fetch block data in JSON format.
member
Activity: 87
Merit: 10
February 27, 2018, 12:05:50 PM
#1
I am trying to apply machine learning techniques on Bitcoin Core data, but in order to do this, I need to get the data into a format that can be applied for modeling.
I have been searching a lot of places, some parsers from GitHub is very old and this not maintained, and others are not available for iOS (I am on a mac).
Been reading Reid and Harrigans paper where they talk about different methods for combining the data into a user-dataset. It is something like this I am looking for. I am using python but I can adapt to other languages if necessary. I am also willing to use Ethereum blockchain data instead if you know any better solutions for this.

Thank you in advance!
Jump to: