22 void Interrupt(boost::thread_group& threadGroup);
74 #endif // FABCOIN_INIT_H
bool AppInitSanityChecks()
Initialization sanity checks: ecc init, sanity checks, dir lock.
void Interrupt(boost::thread_group &threadGroup)
Interrupt threads.
HelpMessageMode
The help message mode determines what help message to show.
std::string HelpMessage(HelpMessageMode mode)
Help for options shared between UI and daemon (for -help)
void InitParameterInteraction()
Parameter interaction: change current parameters depending on various rules.
void InitLogging()
Initialize the logging infrastructure.
bool AppInitMain(boost::thread_group &threadGroup, CScheduler &scheduler)
Fabcoin core main initialization.
void UnlockDataDirectory()
Unlock the data directory.
bool AppInitParameterInteraction()
Initialization: parameter interaction.
bool AppInitLockDataDirectory()
Lock fabcoin core data directory.
bool AppInitBasicSetup()
Initialize fabcoin core: Basic context setup.
std::string LicenseInfo()
Returns licensing information (for -version)
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...