![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Go to the source code of this file.
Functions | |
void | Interrupt () |
Interrupt threads. More... | |
void | Shutdown () |
void | InitLogging () |
Initialize the logging infrastructure. More... | |
void | InitParameterInteraction () |
Parameter interaction: change current parameters depending on various rules. More... | |
bool | AppInitBasicSetup () |
Initialize bitcoin core: Basic context setup. More... | |
bool | AppInitParameterInteraction () |
Initialization: parameter interaction. More... | |
bool | AppInitSanityChecks () |
Initialization sanity checks: ecc init, sanity checks, dir lock. More... | |
bool | AppInitLockDataDirectory () |
Lock bitcoin core data directory. More... | |
bool | AppInitMain () |
Bitcoin core main initialization. More... | |
void | SetupServerArgs () |
Setup the arguments for gArgs. More... | |
std::string | LicenseInfo () |
Returns licensing information (for -version) More... | |
bool AppInitBasicSetup | ( | ) |
Initialize bitcoin core: Basic context setup.
Definition at line 852 of file init.cpp.
bool AppInitLockDataDirectory | ( | ) |
Lock bitcoin core data directory.
bool AppInitMain | ( | ) |
Bitcoin core main initialization.
Definition at line 1152 of file init.cpp.
bool AppInitParameterInteraction | ( | ) |
Initialization: parameter interaction.
Definition at line 902 of file init.cpp.
bool AppInitSanityChecks | ( | ) |
Initialization sanity checks: ecc init, sanity checks, dir lock.
Definition at line 1119 of file init.cpp.
void InitLogging | ( | ) |
void InitParameterInteraction | ( | ) |
void Interrupt | ( | ) |
std::string LicenseInfo | ( | ) |
void SetupServerArgs | ( | ) |
void Shutdown | ( | ) |
Note: Shutdown() must be able to handle cases in which initialization failed part of the way, for example if the data directory was found to be locked. Be sure that anything that writes files or flushes caches only does this if the respective module was initialized.