stacks-blockchain-docker
stacks-blockchain-docker copied to clipboard
Chainstate seed speed up idea: Parallelize SHA-256 Checksum Verification
The chainstate seed script is quite slow, and the sha256sum check takes a long time to run on the big archives. An idea to improve the process and make it faster would be to parallelize that call, which seems to be possible with smth like openssl dgst -sha256 -parallel 8 or other tools.