mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
rename make monerod1-local and monerod2-local
This commit is contained in:
parent
06be2a4829
commit
b87bf74453
4
Makefile
4
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 \
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user