From 5141560444aef1ee14473de8122cc41f7020265a Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Tue, 11 May 2021 10:23:51 +0000 Subject: [PATCH] modified: Getting-Started-with-MMGen.md modified: MMGen-Quick-Start-with-Regtest-Mode.md --- Getting-Started-with-MMGen.md | 2 +- MMGen-Quick-Start-with-Regtest-Mode.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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