Merge pull request #1083

297e583 README: mention rlwrap pitfall when inputting seed and private keys (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2016-09-17 17:01:18 +02:00
commit 198de8e3ec
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -286,3 +286,6 @@ TAILS ships with a very restrictive set of firewall rules. Therefore, you need t
While monerod and monero-wallet-cli do not use readline directly, most of the functionality can be obtained by running them via rlwrap. This allows command recall, edit capabilities, etc. It does not give autocompletion without an extra completion file, however. To use rlwrap, simply prepend `rlwrap` to the command line, eg:
`rlwrap bin/monero-wallet-cli --wallet-file /path/to/wallet`
Note: rlwrap will save things like your seed and private keys, if you supply them on prompt. You may want to not use rlwrap when you use simplewallet to restore from seed, etc.