#31940 suggests adding a snapshot at every major release.
This snapshot should be suitable for v29. I picked the most recent multiple of 10K blocks.
You can either download this torrent:
0magnet:?xt=urn:btih:559bd78170502971e15e97d7572e4c824f033492&dn=utxo-880000.dat&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969
Or generate the snapshot yourself:
0bitcoin-cli -rpcclienttimeout=0 -named dumptxoutset utxo-880000.dat rollback=880000
The SHA-256 hash should be:
0shasum -a 256 utxo-880000.dat
143b3b1ad6e1005ffc0ff49514d0ffcc3e3ce671cc8d02da7fa7bac5405f89de4
And then load it on a fresh node during IBD with:
0bitcoin-cli -rpcclienttimeout=0 loadtxoutset utxo-880000.dat
Note that it’s more performant to turn off networking while the snapshot is loading, see #29993:
0bitcoin-cli setnetworkactive false
Once the snapshot is loaded:
0bitcoin-cli setnetworkactive true
And enjoy a speedy ride to the tip.