Post
Topic
Board Development & Technical Discussion
Merits 3 from 3 users
Re: World's fastest and simplest block parser for those who (only) need all HASH160
by
LoyceV
on 11/09/2023, 09:01:26 UTC
⭐ Merited by ETFbitcoin (1) ,BTCW (1) ,vapourminer (1)
For all .dat files in one go, start with "cat blk* |" instead
I often use sort on large data sets, and can recommend to change the sort command to sort -u S60% (assuming you have at least 60% of your RAM available). This largely reduces the need to write /tmp-files. Without this, sort uses about 0.1% of the system's memory.
Depending on how big the final list is, this may or may not matter for performance.