Skip to content

Commit

Permalink
Start and sync third monerod for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
napoly committed Jan 17, 2024
1 parent 1f90ef1 commit 9197ec0
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ monerod1-local:
--hide-my-port \
--data-dir .localnet/xmr_local/node1 \
--p2p-bind-ip 127.0.0.1 \
--p2p-bind-port 48080 \
--rpc-bind-port 48081 \
--no-zmq \
--add-exclusive-node 127.0.0.1:28080 \
--log-level 0 \
--add-exclusive-node 127.0.0.1:48080 \
--add-exclusive-node 127.0.0.1:58080 \
--rpc-access-control-origins http://localhost:8080 \
--fixed-difficulty 500
--fixed-difficulty 500 \
--disable-rpc-ban

monerod2-local:
./.localnet/monerod \
Expand All @@ -83,12 +84,34 @@ monerod2-local:
--hide-my-port \
--data-dir .localnet/xmr_local/node2 \
--p2p-bind-ip 127.0.0.1 \
--rpc-bind-ip 0.0.0.0 \
--no-zmq \
--p2p-bind-port 48080 \
--rpc-bind-port 48081 \
--zmq-rpc-bind-port 48082 \
--log-level 0 \
--confirm-external-bind \
--add-exclusive-node 127.0.0.1:28080 \
--add-exclusive-node 127.0.0.1:58080 \
--rpc-access-control-origins http://localhost:8080 \
--fixed-difficulty 500 \
--disable-rpc-ban

monerod3-local:
./.localnet/monerod \
--testnet \
--no-igd \
--hide-my-port \
--data-dir .localnet/xmr_local/node3 \
--p2p-bind-ip 127.0.0.1 \
--p2p-bind-port 58080 \
--rpc-bind-port 58081 \
--zmq-rpc-bind-port 58082 \
--log-level 0 \
--confirm-external-bind \
--add-exclusive-node 127.0.0.1:28080 \
--add-exclusive-node 127.0.0.1:48080 \
--rpc-access-control-origins http://localhost:8080 \
--fixed-difficulty 500
--fixed-difficulty 500 \
--disable-rpc-ban

funding-wallet-stagenet:
./.localnet/monero-wallet-rpc \
Expand Down Expand Up @@ -472,4 +495,4 @@ user3-desktop:
--nodePort=1103 \
--appName=haveno-XMR_MAINNET_user3 \
--apiPassword=apitest \
--apiPort=1203
--apiPort=1203

0 comments on commit 9197ec0

Please sign in to comment.