mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 07:43:59 +02:00
doc: Add release notes describing libexec/ binaries
This commit is contained in:
24
doc/release-notes-31375-31679.md
Normal file
24
doc/release-notes-31375-31679.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
New command line interface
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
A new `bitcoin` command line tool has been added to make features more
|
||||||
|
discoverable and convenient to use. The `bitcoin` tool just calls other
|
||||||
|
executables and does not implement any functionality on its own. Specifically
|
||||||
|
`bitcoin node` is a synonym for `bitcoind`, `bitcoin gui` is a synonym for
|
||||||
|
`bitcoin-qt`, and `bitcoin rpc` is a synonym for `bitcoin-cli -named`. Other
|
||||||
|
commands and options can be listed with `bitcoin help`. The new tool does not
|
||||||
|
replace other tools, so existing commands should continue working and there are
|
||||||
|
no plans to deprecate them.
|
||||||
|
|
||||||
|
Install changes
|
||||||
|
---------------
|
||||||
|
|
||||||
|
The `test_bitcoin` executable is now located in `libexec/` rather than `bin/`.
|
||||||
|
It can still be executed directly, or accessed through the new `bitcoin` command
|
||||||
|
line tool as `bitcoin test`.
|
||||||
|
|
||||||
|
Other executables which are only part of source releases and not built by
|
||||||
|
default: `test_bitcoin-qt`, `bench_bitcoin`, `bitcoin-chainstate`,
|
||||||
|
`bitcoin-node`, and `bitcoin-gui` are also now installed in `libexec/`
|
||||||
|
instead of `bin/` and can be accessed through the `bitcoin` command line tool.
|
||||||
|
See `bitcoin help` output for details.
|
@@ -1,11 +0,0 @@
|
|||||||
New command line interface
|
|
||||||
--------------------------
|
|
||||||
|
|
||||||
A new `bitcoin` command line tool has been added to make features more
|
|
||||||
discoverable and convenient to use. The `bitcoin` tool just calls other
|
|
||||||
executables and does not implement any functionality on its own. Specifically
|
|
||||||
`bitcoin node` is a synonym for `bitcoind`, `bitcoin gui` is a synonym for
|
|
||||||
`bitcoin-qt`, and `bitcoin rpc` is a synonym for `bitcoin-cli -named`. Other
|
|
||||||
commands and options can be listed with `bitcoin help`. The new tool does not
|
|
||||||
replace other tools, so all existing commands should continue working and there
|
|
||||||
are no plans to deprecate them.
|
|
Reference in New Issue
Block a user