Bitcoin Forum
May 25, 2024, 08:03:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Core parser for python  (Read 187 times)
highperspective (OP)
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
February 27, 2018, 04: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!
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3402
Merit: 6653


Just writing some code


View Profile WWW
February 27, 2018, 08:56:55 PM
Merited by ruletheworld (1)
 #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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!