- 598BBBD1EAB270CFB3E1114E7FA01CABA27A2DFD2B57D04043F18AD34C9A1ECDBB896A06EAE07A3DEF03F58A00CD57727AF37A14D00353168407700F1AD3307A
+ 77919B26229F6B0DE71504F170A2DF528B73604633F286F80628A85C0FE90CF71C18937854436CD243654441D322A8FF29D9B28F2C9EA2628F5F6758D10BE8FD
bitcoin/src/init.cpp
(174 . 6)(174 . 7)
5 " -daemon \t\t " + _("Run in the background as a daemon and accept commands\n") +
6 " -debug \t\t " + _("Output extra debugging information\n") +
7 " -caneat \t\t " + _("Permit the use of 'eatblock'\n") +
8 " -verifyall \t\t " + _("Forbid the skipping of ECDSA signature verification between checkpoints.\n") +
9 " -logtimestamps \t " + _("Prepend debug output with timestamp\n") +
10 " -printtoconsole \t " + _("Send trace/debug info to console instead of debug.log file\n") +
11 " -rpcuser=<user> \t " + _("Username for JSON-RPC connections\n") +
(196 . 6)(197 . 7)
13 fDebug = GetBoolArg("-debug");
14 fDaemon = GetBoolArg("-daemon");
15 fCanEat = GetBoolArg("-caneat");
16 fVerifyAll = GetBoolArg("-verifyall");
17
18 if (fDaemon)
19 fServer = true;