From f9d1b20d50224084a221ef0cb5bda6da83d3adc1 Mon Sep 17 00:00:00 2001 From: philemon Date: Mon, 16 Dec 2013 13:11:14 +0400 Subject: [PATCH] modified: README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d7eaa67..eb15c3ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # mmgen = Multi-Mode GENerator ## a Bitcoin cold storage solution for the command line +NOTE: Parts of this README are now **out of date**. In particular, the +new transaction scripts automate the process of offline signing, so that +your private keys never touch the online machine. An updated README is +on the way. For the time being, consult the `--help` option of the +`mmgen-tx*` scripts. + NOTE: For the time being, MMGen should be considered experimental software. Downloading and testing it out is easy, risk-free and encouraged. However, spending significant amounts of BTC into your mmgen-generated @@ -43,9 +49,9 @@ addresses is done at your own risk. ### Instructions for Linux/Unix: ### Download/Install: -> Install the ecdsa, scrypt and pycrypto modules: +> Install required Python modules: - sudo pip install ecdsa scrypt pycrypto + sudo pip install ecdsa scrypt pycrypto bitcoin-python > Install mmgen: