mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
doc: add note about snapshot chainstate init
This commit is contained in:
parent
e4d7995286
commit
bf95976061
1 changed files with 3 additions and 2 deletions
|
@ -76,8 +76,9 @@ original chainstate remains in use as active.
|
|||
|
||||
Once the snapshot chainstate is loaded and validated, it is promoted to active
|
||||
chainstate and a sync to tip begins. A new chainstate directory is created in the
|
||||
datadir for the snapshot chainstate called
|
||||
`chainstate_[SHA256 blockhash of snapshot base block]`.
|
||||
datadir for the snapshot chainstate called `chainstate_snapshot`. When this directory
|
||||
is present in the datadir, the snapshot chainstate will be detected and loaded as
|
||||
active on node startup (via `DetectSnapshotChainstate()`).
|
||||
|
||||
| | |
|
||||
| ---------- | ----------- |
|
||||
|
|
Loading…
Add table
Reference in a new issue