aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-17 17:01:18 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-17 17:01:18 +0200
commit198de8e3ec8b7d6e8b524822f89510dbe29eae3d (patch)
tree9da7e56bb95218bc5967e4e7db1e4dcf85eef3e2
parentMerge pull request #1081 (diff)
parentREADME: mention rlwrap pitfall when inputting seed and private keys (diff)
downloadmonero-198de8e3ec8b7d6e8b524822f89510dbe29eae3d.tar.xz
Merge pull request #1083
297e583 README: mention rlwrap pitfall when inputting seed and private keys (moneromooo-monero)
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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.
+