Run a full IBD then snapshot the tip of the chain
TODO:
- export file
- automate adding checkpoint to chainparams.cpp or some dedicated source file (the difficulty is the append, and not remove the previous checkpoints, or keep exactly the last 3 checkpoints?)
- add a target for testnet? should be as simple as passing -testnet option to the target in build-configurations.yml
Depends on D18556