From d2ddfad5bc725546034f2d6bdea6d348edb4166f Mon Sep 17 00:00:00 2001 From: woodser Date: Thu, 9 Dec 2021 10:28:43 -0500 Subject: [PATCH] add arbitrator-daemon to makefile --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afc78293..77778172 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,18 @@ arbitrator-desktop: --appName=haveno-XMR_STAGENET_arbitrator \ --apiPassword=apitest \ --apiPort=9998 - + +arbitrator-daemon: + # Arbitrator and mediator need to be registerd in the UI before launching the daemon. + ./haveno-daemon \ + --baseCurrencyNetwork=XMR_STAGENET \ + --useLocalhostForP2P=true \ + --useDevPrivilegeKeys=true \ + --nodePort=4444 \ + --appName=haveno-XMR_STAGENET_arbitrator \ + --apiPassword=apitest \ + --apiPort=9998 + arbitrator-desktop2: # Arbitrator and mediator need to be registerd in the UI after launching it. ./haveno-desktop \