Make it possible to use the loadtxoutset command with UTXO snapshots matching these exact parameters.
Depends on D18098
Differential D18093
[assumeutxo] add mainnet and testnet UTXO snapshot checkpoints PiRK on Thu, May 15, 08:59. Authored by
Details
Make it possible to use the loadtxoutset command with UTXO snapshots matching these exact parameters. Depends on D18098 src/bitcoin-cli [-testnet] -rpcclienttimeout=0 -named dumptxoutset utxo_testnet_${height}.dat rollback=${height} Check the output matches these parameters. Move the utxo snapshot files out of the .bitcoin[/testnet3] data directory. src/bitcoin-cli [-testnet] -rpcclienttimeout=0 loadtxoutset ~/utxo_mainnet_${height}.dat
Diff Detail
Event Timeline
|