- 4263D0EF771CB75E59E909372BA8B850E70A4CBC03635234119A267774D4A9095ADD15E1094B18646C9A1C280A486C7EC68D8CEDC27CE2F6A14777AF129E8B7A
+ C3EE100D52ACBF91D3355C95EDC63DB6E1D8E4FB1847EBFFFBB8C8FE059EA88FA2F6C9E1535526039BBA6CC9B4E03B4CC5624FD28004ED7AEDCF6A0F42B3E177
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;