doc: mention bitcoin-cli -stdin in release notes
This commit is contained in:
committed by
Jack Grigg
parent
21e33231af
commit
5e39c5a655
@@ -4,3 +4,18 @@ release-notes at release time)
|
|||||||
Notable changes
|
Notable changes
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
zcash-cli: arguments privacy
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
The RPC command line client gained a new argument, `-stdin`
|
||||||
|
to read extra arguments from standard input, one per line until EOF/Ctrl-D.
|
||||||
|
For example:
|
||||||
|
|
||||||
|
$ src/zcash-cli -stdin walletpassphrase
|
||||||
|
mysecretcode
|
||||||
|
120
|
||||||
|
^D (Ctrl-D)
|
||||||
|
|
||||||
|
It is recommended to use this for sensitive information such as private keys, as
|
||||||
|
command-line arguments can usually be read from the process table by any user on
|
||||||
|
the system.
|
||||||
|
|||||||
Reference in New Issue
Block a user