From c64131ced299e510108c8569bb255130e64a1270 Mon Sep 17 00:00:00 2001 From: woodser Date: Thu, 1 Jun 2023 10:46:56 -0400 Subject: [PATCH] change stagenet ports in makefile for compatibility with local network --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 09a3ea81..4a50f675 100644 --- a/Makefile +++ b/Makefile @@ -292,7 +292,6 @@ user1-daemon-stagenet: --appName=haveno-XMR_STAGENET_user1 \ --apiPassword=apitest \ --apiPort=3201 \ - --walletRpcBindPort=38091 \ --passwordRequired=false user1-desktop-stagenet: @@ -303,8 +302,7 @@ user1-desktop-stagenet: --nodePort=3101 \ --appName=haveno-XMR_STAGENET_user1 \ --apiPassword=apitest \ - --apiPort=3201 \ - --walletRpcBindPort=38091 + --apiPort=3201 user2-daemon-stagenet: ./haveno-daemon$(APP_EXT) \ @@ -332,8 +330,7 @@ user3-desktop-stagenet: --baseCurrencyNetwork=XMR_STAGENET \ --useLocalhostForP2P=false \ --useDevPrivilegeKeys=false \ - --nodePort=8888 \ + --nodePort=3103 \ --appName=haveno-XMR_STAGENET_user3 \ --apiPassword=apitest \ - --apiPort=10002 \ - --walletRpcBindPort=38093 \ No newline at end of file + --apiPort=3203 \ No newline at end of file