diff --git a/Getting-Started-with-MMGen.md b/Getting-Started-with-MMGen.md index 7b23c3d..c03aec5 100644 --- a/Getting-Started-with-MMGen.md +++ b/Getting-Started-with-MMGen.md @@ -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`. diff --git a/MMGen-Quick-Start-with-Regtest-Mode.md b/MMGen-Quick-Start-with-Regtest-Mode.md index b682db4..696ef4f 100644 --- a/MMGen-Quick-Start-with-Regtest-Mode.md +++ b/MMGen-Quick-Start-with-Regtest-Mode.md @@ -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