From 297e5836ca4355c9b74373226995005a49c12d74 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 17 Sep 2016 15:53:56 +0100 Subject: [PATCH] README: mention rlwrap pitfall when inputting seed and private keys --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bcb61c948..848edbb6d 100644 --- a/README.md +++ b/README.md @@ -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. +