bitcoin-scripts icon indicating copy to clipboard operation
bitcoin-scripts copied to clipboard

Experiment with parallelization of `listpossiblecjtxids.sh`

Open kristapsk opened this issue 7 months ago • 0 comments

Currently transactions in block are analyzed one by one sequentally. Could do multiple in parallel if user has enough CPU cores. That might solve problem that often it takes more than 10 minutes to analyze single block on my laptop. Here's one potential option - https://github.com/jkool702/forkrun.

kristapsk avatar Jan 25 '24 12:01 kristapsk