-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Description
I might be missing something
When I try to run the parser, I see messages on stderr, but nothing in stdout
cat ~/.bitcoin/blocks/blk00000.dat | ./parser -j4 -t1 > wat
Allocated IO buffer (104857600 bytes)
Allocated parse buffer (104857600 bytes)
Initialized 4 threads in the thread pool
-- Parsed 0 blocks (read 102400 KiB, 100 MiB total, skipped 0KiB)
-- Parsed 114484 blocks (read 28670 KiB, 127 MiB total, skipped 0KiB) EOF
Parsed 119969 blocks (127 MiB)in 1 seconds
but
$ wc -l wat
0
only -t0 returns binary output. Am I running it wrong?