Skip to content

How to read parsed data? #25

@behrouz-psh

Description

@behrouz-psh

Hello,

Thank you for this really fast block parser
May I ask you if this work fine for rev*.dat files too?
instead of
cat ~/.bitcoin/blocks/blk*.dat | ./parser -j4 -t1 -wchain.dat > ~/.bitcoin/scripts.dat
doing this (removing blk)
cat ~/.bitcoin/blocks/*.dat | ./parser -j4 -t1 -wchain.dat > ~/.bitcoin/scripts.dat

After I parsed all blocks how to read the data from scripts.dat file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions