[#ReadAnchors] = ReadAnchors :mrdocs: Read the anchor IP address database (anchors.dat) == Synopsis Declared in `<addrdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<CAddress> ReadAnchors(xref:fs/path.adoc[fs::path] const& anchors_db_path); ---- == Description Deleting anchors.dat is intentional as it avoids renewed peering to anchors after an unclean shutdown and thus potential exploitation of the anchor peer policy. == Return Value The anchor addresses loaded from the file. == Parameters [cols="1,4"] |=== | Name| Description | *anchors_db_path* | Path to the anchors.dat file to read. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#