modified: Getting-Started-with-MMGen.md

modified:   MMGen-Quick-Start-with-Regtest-Mode.md
The MMGen Project 2021-05-11 10:23:51 +00:00
commit 5141560444
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 5 additions and 2 deletions

@ -225,7 +225,7 @@ Note that for non-legacy address types the code letter is included in the
filename.
To fund your MMGen wallet, first import the addresses into your tracking wallet
and then spend some BTC into any of them. If you run out of addresses, generate
and then send some BTC to any of them. If you run out of addresses, generate
more. To generate a hundred addresses you’d specify an address range of
`1-100`.

@ -14,7 +14,6 @@ This tutorial provides a quick, hands-on introduction.
1. Initialize MMGen regtest mode and start the regtest daemon:
$ mmgen-regtest setup
$ mmgen-regtest bob
2. Generate Bob’s MMGen wallet:
@ -175,4 +174,8 @@ step 7 will look something like this:
1163DDF1:C:2 n1oszhfAyRrHi7qJupyzaWXTcpMQGsGJEf From Alice 10
TOTAL: 510 BTC
22. When you’re finished, stop the regtest daemon:
$ mmgen-regtest stop
[G]: Getting-Started-with-MMGen#a_ct