No description provided.
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-
fanquake commented at 1:48 PM on December 30, 2014: member
-
Replace bitcoin-qt with bitcoin core d8c2215028
-
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..
fanquake force-pushed on Dec 30, 2014in 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
laanwj commented at 3:41 PM on December 30, 2014: memberOops, this adds the
src/secp256k1/bench_recoverbinary to the buildfanquake commented at 3:46 PM on December 30, 2014: memberbeh. waiting for upstream secp256k1 to be merged so that'll stop showing up.
fanquake closed this on Dec 30, 2014fanquake deleted the branch on May 12, 2016DrahtBot 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 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
More mirrored repositories can be found on mirror.b10c.me