Tool to build a relational db from .dat block files

0

No need to elaborate too much. I'd like to build a real SQL db starting from the directory blocks. Is there any tool out there? I work on a mac and I'd prefer something cross OS if possible.

Davide C

Posted 2017-09-01T12:33:39.467

Reputation: 224

Answers

-1

parsing blockchain blk**.dat files - is very simple task. you can traverse all blocks from the begninning and put the data in your sql-database

amaclin

Posted 2017-09-01T12:33:39.467

Reputation: 5 763