rename make monerod1-local and monerod2-local

This commit is contained in:
woodser 2023-06-06 07:55:49 -04:00
parent 06be2a4829
commit b87bf74453
2 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ btc-blocks:
# Local network # Local network
monerod-local1: monerod1-local:
./.localnet/monerod \ ./.localnet/monerod \
--testnet \ --testnet \
--no-igd \ --no-igd \
@ -73,7 +73,7 @@ monerod-local1:
--rpc-access-control-origins http://localhost:8080 \ --rpc-access-control-origins http://localhost:8080 \
--fixed-difficulty 400 --fixed-difficulty 400
monerod-local2: monerod2-local:
./.localnet/monerod \ ./.localnet/monerod \
--testnet \ --testnet \
--no-igd \ --no-igd \

View File

@ -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 ## Run a local XMR testnet
1. In a new terminal window run `make monerod-local1` 1. In a new terminal window run `make monerod1-local`
1. In a new terminal window run `make monerod-local2` 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: 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` `start_mining 9tsUiG9bwcU7oTbAdBwBk2PzxFtysge5qcEsHEpetmEKgerHQa1fDqH7a4FiquZmms7yM22jdifVAD7jAb2e63GSJMuhY75 1`