bitcoin-qt will fail if it does not have access to a functioning X display, even though when run with --help it doesn't need one.
(I'm having a go at fixing this today)
bitcoin-qt will fail if it does not have access to a functioning X display, even though when run with --help it doesn't need one.
(I'm having a go at fixing this today)
The question is: should the command line instructions be displayed to stdout, or to the X display? Wasn't earlier functionality that it would be displayed in an X window?
Wasn't earlier functionality that it would be displayed in an X window?
You can click Help -> Command line options
Why let it show the help without X if then it can't run? Just use bitcoind? 🙄
I think @rebroad is right that passing a -help via commandline should display the help in commandline without touching the window manager interface.
I've moved this to the GUI repo: https://github.com/bitcoin-core/gui/issues/48.