- 7A171C2F30805F207AE170404F2F684144C254A13F4F25581146611C38313B2BB1B3CD6347C0CE9B66C313E0004EAC66B04E83B431EC78910F5AABB0DE341043
+ FF7009F672BF400A42D1D7AFB6E58AAF1C29D9C219FAD51C5F17000243A485E92BBB250D3F4BBEC3F0717D00FAD620C294D537832671F20C0979FB3F1383779B
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;