assumeutxo: Remove devtools/utxo_snapshot.sh

This commit is contained in:
Fabian Jahr
2024-03-04 16:14:29 +01:00
parent 20a1c77aa7
commit b29c21fc92
2 changed files with 2 additions and 108 deletions

View File

@ -36,13 +36,11 @@ use a significant amount of disk space.
## Generating a snapshot
The RPC command `dumptxoutset` can be used to generate a snapshot. This can be used
The RPC command `dumptxoutset` can be used to generate a snapshot for the current
tip or a recent height. This can be used
to create a snapshot on one node that you wish to load on another node.
It can also be used to verify the hardcoded snapshot hash in the source code.
The utility script
`./contrib/devtools/utxo_snapshot.sh` may be of use.
## General background
- [assumeutxo proposal](https://github.com/jamesob/assumeutxo-docs/tree/2019-04-proposal/proposal)