From bded928f38d980a8ddeb07accb59ba0c9854bb5f Mon Sep 17 00:00:00 2001 From: Andrew R Date: Thu, 7 Nov 2024 11:05:59 -0500 Subject: [PATCH] fix local xmr testnet terminal commands (#22) --- docs/development/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/installing.md b/docs/development/installing.md index 1c3df57..5f9f808 100644 --- a/docs/development/installing.md +++ b/docs/development/installing.md @@ -89,8 +89,8 @@ If you are a developer who wants to test Haveno in a more controlled way, follow #### Run a local XMR testnet -1. In a new terminal window run `make monerod-local1` -1. In a new terminal window run `make monerod-local2` +1. In a new terminal window run `make monerod1-local` +1. In a new terminal window run `make monerod2-local` 3. Now mine the first 150 blocks to a random address before using, so wallets only use the latest output type. Run in one of the terminal windows opened above: `start_mining 9tsUiG9bwcU7oTbAdBwBk2PzxFtysge5qcEsHEpetmEKgerHQa1fDqH7a4FiquZmms7yM22jdifVAD7jAb2e63GSJMuhY75 1`