Replace bitcoin-qt with bitcoin core #5573

pull fanquake wants to merge 1 commits into bitcoin:master from fanquake:s_bitcoinqt_bitcoincore changing 3 files +2 −2
  1. fanquake commented at 1:48 PM on December 30, 2014: member

    No description provided.

  2. Replace bitcoin-qt with bitcoin core d8c2215028
  3. in src/qt/utilitydialog.cpp:None in 8b9eb54afe outdated
      59 | @@ -60,7 +60,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) :
      60 |      } else {
      61 |          setWindowTitle(tr("Command-line options"));
      62 |          QString header = tr("Usage:") + "\n" +
      63 | -            "  bitcoin-qt [" + tr("command-line options") + "]                     " + "\n";
      64 | +            "  bitcoin core [" + tr("command-line options") + "]                     " + "\n";
    


    luke-jr commented at 1:52 PM on December 30, 2014:

    Uh, this won't work unless you actually change the binary name and ignore the "core" argument...


    fanquake commented at 3:05 PM on December 30, 2014:

    Uh yea, can't change that just yet..

  4. fanquake force-pushed on Dec 30, 2014
  5. in src/rpcserver.cpp:None in d8c2215028
     571 | @@ -572,7 +572,7 @@ void StartRPCThreads()
     572 |          unsigned char rand_pwd[32];
     573 |          GetRandBytes(rand_pwd, 32);
     574 |          uiInterface.ThreadSafeMessageBox(strprintf(
     575 | -            _("To use bitcoind, or the -server option to bitcoin-qt, you must set an rpcpassword in the configuration file:\n"
    


    laanwj commented at 3:40 PM on December 30, 2014:

    This refers to the name of the executable, which is still bitcoin-qt

  6. laanwj commented at 3:41 PM on December 30, 2014: member

    Oops, this adds the src/secp256k1/bench_recover binary to the build

  7. fanquake commented at 3:46 PM on December 30, 2014: member

    beh. waiting for upstream secp256k1 to be merged so that'll stop showing up.

  8. fanquake closed this on Dec 30, 2014

  9. fanquake deleted the branch on May 12, 2016
  10. 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-26 06:15 UTC

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