mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-05 13:11:57 +02:00
assumeutxo: Remove devtools/utxo_snapshot.sh
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user