citp / BlockSci

A high-performance tool for blockchain science and exploration
https://citp.github.io/BlockSci/
GNU General Public License v3.0
1.34k stars 259 forks source link

Parser #344

Closed ishitadaga closed 4 years ago

ishitadaga commented 4 years ago

Is there any way to extract only few block when running the command blocksci_parser --output-directory bitcoin-data update disk --coin-directory /.bitcoin. I have around 60,000 blocks extracted from bitcoing daemon but I want to parse only initial 20,000 or 30,000 blocks.

maltemoeser commented 4 years ago

Use --max-block 20000.