Bitcoin core main initialization.
Declared in <init.h>
bool
AppInitMain(
node::NodeContext& node,
interfaces::BlockAndHeaderTipInfo* tip_info = nullptr);
This should only be done after daemonization. Call Shutdown() if this function fails.
true if main initialization succeeded.
| Name | Description |
|---|---|
| node | The node context to bring fully online. |
| tip_info | Optional output filled with the current block and header tip info. |