- 4A6FD3869DB3A39835EDD505281AD25B8F0FEAFD30B035369C730E1AFADCD17FE3F1F49C8DA4B3F59D97DAABCA37C9B544F57E8E484A43811A8DCA044726BF45
+ C51B1B2A979B2DC9E720238808EE63D62037918CAFE23CACF018BB1F53CD5BF0706CEAB4E73B41AC0B6AEAEB03C38EF7F12399225DB8E01F9595AEDEEE825421
bitcoin/src/init.cpp
(174 . 6)(174 . 7)
45 " -daemon \t\t " + _("Run in the background as a daemon and accept commands\n") +
46 " -testnet \t\t " + _("Use the test network\n") +
47 " -debug \t\t " + _("Output extra debugging information\n") +
48 " -caneat \t\t " + _("Permit the use of 'eatblock'\n") +
49 " -logtimestamps \t " + _("Prepend debug output with timestamp\n") +
50 " -printtoconsole \t " + _("Send trace/debug info to console instead of debug.log file\n") +
51 " -rpcuser=<user> \t " + _("Username for JSON-RPC connections\n") +
(196 . 6)(197 . 7)
53 fTestNet = GetBoolArg("-testnet");
54 fDebug = GetBoolArg("-debug");
55 fDaemon = GetBoolArg("-daemon");
56 fCanEat = GetBoolArg("-caneat");
57
58 if (fDaemon)
59 fServer = true;