modified: Getting-Started-with-MMGen.md
parent
90ab5a7118
commit
29e2278141
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue