Initialize bitcoin core: Basic context setup.
Declared in <init.h>
bool
AppInitBasicSetup(
ArgsManager const& args,
std::atomic<int>& exit_status);
This can be done before daemonization. Do not call Shutdown() if this function fails.
true if basic setup succeeded.
| Name | Description |
|---|---|
| args | The parsed program arguments. |
| exit_status | Set to the process exit status when setup fails. |