From 29e227814169590d2cd448904e1fc03adee7a9cd Mon Sep 17 00:00:00 2001 From: philemon Date: Sun, 3 Aug 2014 16:45:18 +0400 Subject: [PATCH] modified: Getting-Started-with-MMGen.md --- Getting-Started-with-MMGen.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Getting-Started-with-MMGen.md b/Getting-Started-with-MMGen.md index d9146bd..d345f3a 100644 --- a/Getting-Started-with-MMGen.md +++ b/Getting-Started-with-MMGen.md @@ -301,11 +301,11 @@ And for a 128-bit seed: $ cat 8E0DFB78.mmseed 0fe02f XnyC NfPH piuW dQ2d nM47 VU -As you can see, the latter file is short enough to be memorized. From the unix -command line, you can test your memory using the seed's checksum ("0fe02f" in -this example) as follows: +As you can see, the latter file is short enough to be memorized or written down +on a scrap of paper. From the unix command line, you can test your memory using +the seed's checksum ("0fe02f" in this example) as follows: - $ echo -n XnyCNfPHpiuWdQ2dnM47VU | sha256sum | cut -c 1-6 + $ echo -n XnyC NfPH piuW dQ2d nM47 VU | tr -d ' ' |sha256sum |cut -c 1-6 0fe02f #### Mnemonics and seeds — additional information: @@ -398,8 +398,8 @@ with 1 GB of random data: $ dd if=/dev/urandom of=random.dat bs=1K count=1M -Or better, yet, use `mmgen-tool rand2file` to do the same job but with -some additional user entropy and a progress meter: +Or better yet, use `mmgen-tool rand2file` to do the same job but with some +additional user entropy and a progress meter: $ mmgen-tool -r40 rand2file random.dat 1G