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 11# assumeutxo
22
33Assumeutxo is a feature that allows fast bootstrapping of a validating bitcoind
4- instance with a very similar security model to assumevalid .
4+ instance.
55
66The RPC commands ` dumptxoutset ` and ` loadtxoutset ` are used to
77respectively generate and load UTXO snapshots. The utility script
Original file line number Diff line number Diff line change 1212` loadtxoutset ` has been added, which allows loading a UTXO snapshot of the format
1313generated by ` dumptxoutset ` . Once this snapshot is loaded, its contents will be
1414deserialized 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.
1616
1717Meanwhile, the original chainstate will complete the initial block download process in
1818the 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()
27072707 " Load the serialized UTXO set from disk.\n "
27082708 " Once this snapshot is loaded, its contents will be "
27092709 " 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. "
27112711 " Meanwhile, the original chainstate will complete the initial block download process in "
27122712 " the background, eventually validating up to the block that the snapshot is based upon.\n\n "
27132713
You can’t perform that action at this time.
0 commit comments