Dogecoin Core  1.14.2
P2P Digital Currency
Functions
bitcoind.cpp File Reference
#include "chainparams.h"
#include "clientversion.h"
#include "compat.h"
#include "rpc/server.h"
#include "init.h"
#include "noui.h"
#include "scheduler.h"
#include "util.h"
#include "httpserver.h"
#include "httprpc.h"
#include "utilstrencodings.h"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#include <boost/thread.hpp>
#include <stdio.h>
Include dependency graph for bitcoind.cpp:

Go to the source code of this file.

Functions

void WaitForShutdown (boost::thread_group *threadGroup)
 
bool AppInit (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Function Documentation

◆ AppInit()

bool AppInit ( int  argc,
char *  argv[] 
)

Definition at line 64 of file bitcoind.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 189 of file bitcoind.cpp.

Here is the call graph for this function:

◆ WaitForShutdown()

void WaitForShutdown ( boost::thread_group *  threadGroup)

Definition at line 44 of file bitcoind.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: