We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258bda8 commit a5ac43dCopy full SHA for a5ac43d
doc/release-notes-31375.md
@@ -0,0 +1,11 @@
1
+New command line interface
2
+--------------------------
3
+
4
+A new `bitcoin` command line tool has been added to make features more
5
+discoverable and convenient to use. The `bitcoin` tool just calls other
6
+executables and does not implement any functionality on its own. Specifically
7
+`bitcoin node` is a synonym for `bitcoind`, `bitcoin gui` is a synonym for
8
+`bitcoin-qt`, and `bitcoin rpc` is a synonym for `bitcoin-cli -named`. Other
9
+commands and options can be listed with `bitcoin help`. The new tool does not
10
+replace other tools, so all existing commands should continue working and there
11
+are no plans to deprecate them.
0 commit comments