-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Description
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?