From 371504b849efb9529c43b4b35aed935bfbf61fac Mon Sep 17 00:00:00 2001 From: woodser Date: Thu, 17 Aug 2023 11:51:39 -0400 Subject: [PATCH] document how to register price nodes after deployed --- docs/deployment-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deployment-guide.md b/docs/deployment-guide.md index e39d3423d9..38b45f414f 100644 --- a/docs/deployment-guide.md +++ b/docs/deployment-guide.md @@ -36,6 +36,8 @@ Start a Monero node by running `make monerod` for mainnet or `make monerod-stage The price node is separated from Haveno and is to be run as a standalone service. To deploy a pricenode on both Tor and clearnet, see the instructions on the repository: https://github.com/haveno-dex/haveno-pricenode +After a price node is deployed, add the price node to `DEFAULT_NODES` in ProvidersRepository.java. + ## Create and register seed nodes From the root of the repository, run `make seednode` to run a seednode on Monero's mainnet or `make seednode-stagenet` to run a seednode on Monero's stagenet.