diff --git a/Makefile b/Makefile index 4a50f675ca..9d3d439453 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ btc-blocks: # Local network -monerod-local1: +monerod1-local: ./.localnet/monerod \ --testnet \ --no-igd \ @@ -73,7 +73,7 @@ monerod-local1: --rpc-access-control-origins http://localhost:8080 \ --fixed-difficulty 400 -monerod-local2: +monerod2-local: ./.localnet/monerod \ --testnet \ --no-igd \ diff --git a/docs/installing.md b/docs/installing.md index b5145dfe69..3d525f6a3a 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -70,8 +70,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`