Browse Source

doc: mention bitcoin-cli -stdin in release notes

pull/4/head
Wladimir J. van der Laan 8 years ago
committed by Jack Grigg
parent
commit
5e39c5a655
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 15
      doc/release-notes.md

15
doc/release-notes.md

@ -4,3 +4,18 @@ release-notes at release time)
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.

Loading…
Cancel
Save