![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
#include <interfaces/node.h>
#include <qt/initexecutor.h>
#include <assert.h>
#include <memory>
#include <optional>
#include <QApplication>
Go to the source code of this file.
Classes | |
class | BitcoinApplication |
Main Bitcoin application object. More... | |
Namespaces | |
interfaces | |
Functions | |
int | GuiMain (int argc, char *argv[]) |
int GuiMain | ( | int | argc, |
char * | argv[] | ||
) |
6a. Determine availability of data directory
6b. Parse bitcoin.conf
Definition at line 504 of file bitcoin.cpp.