Bitcoin Forum
May 11, 2024, 12:25:05 PM *
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!
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715430305
Hero Member
*
Offline Offline

Posts: 1715430305

View Profile Personal Message (Offline)

Ignore
1715430305
Reply with quote  #2

1715430305
Report to moderator
1715430305
Hero Member
*
Offline Offline

Posts: 1715430305

View Profile Personal Message (Offline)

Ignore
1715430305
Reply with quote  #2

1715430305
Report to moderator
1715430305
Hero Member
*
Offline Offline

Posts: 1715430305

View Profile Personal Message (Offline)

Ignore
1715430305
Reply with quote  #2

1715430305
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6635


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!