bitcoind and -server error message at the first start #5178

issue paveljanik opened this issue on October 30, 2014
  1. paveljanik commented at 2:20 PM on October 30, 2014: contributor

    When bitcoind (master) is started for the first time, it prints this:

    linux-ku01:~/bitcoin/src # ./bitcoind Error: To use the "-server" option, you must set a rpcpassword in the configuration file:

    I haven't used the -server option. It is set in bitcoind.cpp automatically:

    SoftSetBoolArg("-server", true);

    Thus the bitcoind/-server identification in rpcserver.cpp doesn't work as designed:

       string strWhatAmI = "To use bitcoind";
        if (mapArgs.count("-server"))
            strWhatAmI = strprintf(_("To use the %s option"), "\"-server\"");
    
  2. laanwj added the label Priority Low on Oct 30, 2014
  3. laanwj closed this on Nov 21, 2014

  4. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 21:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me