Skip to content

Commit a5ac43d

Browse files
committed
doc: Add release notes describing bitcoin wrapper executable
1 parent 258bda8 commit a5ac43d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/release-notes-31375.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)