mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-23 21:39:13 +02:00
remove old bootstrap relevant code
- only load blockfiles when we have paths - add release notes for modified bootstrap functionality - amend documentation on ThreadImport
This commit is contained in:
@@ -385,7 +385,7 @@ Threads
|
||||
|
||||
- ThreadScriptCheck : Verifies block scripts.
|
||||
|
||||
- ThreadImport : Loads blocks from blk*.dat files or bootstrap.dat.
|
||||
- ThreadImport : Loads blocks from `blk*.dat` files or `-loadblock=<file>`.
|
||||
|
||||
- StartNode : Starts other threads.
|
||||
|
||||
|
||||
4
doc/release-notes-15954.md
Normal file
4
doc/release-notes-15954.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Configuration option changes
|
||||
-----------------------------
|
||||
|
||||
Importing blocks upon startup via the `bootstrap.dat` file no longer occurs by default. The file must now be specified with `-loadblock=<file>`.
|
||||
Reference in New Issue
Block a user