TXO Lifecycle
info
This is an optional step,
and you may run this step only if you included the --track-txo
flag when running the traverse
command.
You may skip this step if you do not intent to get TXO lifecycle statistics.
-
Merge all the files (you may skip this if you have only one file):
cat *_bitcoin_txo.tsv > combined_bitcoin_txo.tsv
-
Sort the file
sort --buffer-size=32G --parallel=16 --temporary-directory=. -t$'\t' -k1,1 combined_bitcoin_txo.tsv -o sorted_combined_bitcoin_txo.tsv
-
Run the
TEMP_ProcessTxoFileSorted
project. (Experimental)