File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# assumeutxo
2
2
3
3
Assumeutxo is a feature that allows fast bootstrapping of a validating bitcoind
4
- instance with a very similar security model to assumevalid .
4
+ instance.
5
5
6
6
The RPC commands ` dumptxoutset ` and ` loadtxoutset ` are used to
7
7
respectively generate and load UTXO snapshots. The utility script
Original file line number Diff line number Diff line change 12
12
` loadtxoutset ` has been added, which allows loading a UTXO snapshot of the format
13
13
generated by ` dumptxoutset ` . Once this snapshot is loaded, its contents will be
14
14
deserialized into a second chainstate data structure, which is then used to sync to
15
- the network's tip under a security model very much like ` assumevalid ` .
15
+ the network's tip.
16
16
17
17
Meanwhile, the original chainstate will complete the initial block download process in
18
18
the background, eventually validating up to the block that the snapshot is based upon.
Original file line number Diff line number Diff line change @@ -2707,7 +2707,7 @@ static RPCHelpMan loadtxoutset()
2707
2707
" Load the serialized UTXO set from disk.\n "
2708
2708
" Once this snapshot is loaded, its contents will be "
2709
2709
" deserialized into a second chainstate data structure, which is then used to sync to "
2710
- " the network's tip under a security model very much like `assumevalid` . "
2710
+ " the network's tip. "
2711
2711
" Meanwhile, the original chainstate will complete the initial block download process in "
2712
2712
" the background, eventually validating up to the block that the snapshot is based upon.\n\n "
2713
2713
You can’t perform that action at this time.
0 commit comments