Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>
#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 | |
namespace | interfaces |
Functions | |
int | GuiMain (int argc, char *argv[]) |
int GuiMain | ( | int | argc, |
char * | argv[] | ||
) |
6-7. Parse bitcoin.conf, determine network, switch to network specific options, and create datadir and settings.json.
Definition at line 488 of file bitcoin.cpp.