[#DumpAnchors] = DumpAnchors :mrdocs: Dump the anchor IP address database (anchors.dat) == Synopsis Declared in `<addrdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void DumpAnchors( xref:fs/path.adoc[fs::path] const& anchors_db_path, std::vector<CAddress> const& anchors); ---- == Description Anchors are last known outgoing block‐relay‐only peers that are tried to re‐connect to on startup. == Parameters [cols="1,4"] |=== | Name| Description | *anchors_db_path* | Path to the anchors.dat file to write. | *anchors* | The anchor addresses to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#