From c40e0bea5a614af8b1c3564def2d3d57c7fbfa65 Mon Sep 17 00:00:00 2001 From: woodser Date: Sun, 24 Nov 2024 11:08:26 -0500 Subject: [PATCH] build instructions warn that mainnet is not supported --- README.md | 9 +++++++-- docs/installing.md | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 13b96948..46fb3528 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,16 @@ See the [FAQ on our website](https://haveno.exchange/faq/) for more information. ## Installing Haveno -Haveno can be installed on Linux, macOS, and Windows by using a third party installer and network. We do not endorse any networks at this time. +Haveno can be installed on Linux, macOS, and Windows by using a third party installer and network. + +> [!note] +> The official Haveno repository does not support making real trades directly. +> +> To make real trades with Haveno, first find a third party network, and then use their installer or build their repository. We do not endorse any networks at this time. A test network is also available for users to make test trades using Monero's stagenet. See the [instructions](https://github.com/haveno-dex/haveno/blob/master/docs/installing.md) to build Haveno and connect to the test network. -Alternatively, you can [start your own network](https://github.com/haveno-dex/haveno/blob/master/docs/create-mainnet.md). +Alternatively, you can [create your own mainnet network](create-mainnet.md). Note that Haveno is being actively developed. If you find issues or bugs, please let us know. diff --git a/docs/installing.md b/docs/installing.md index 3edb2f23..29a15b54 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -1,13 +1,13 @@ # Build and run Haveno -These are the steps needed to build and run Haveno. You can test it locally or on our test network using the official Haveno repository. +These are the steps to build and run Haveno using the *official test network*. -> [!note] -> Trying to use Haveno on mainnet? +> [!warning] +> The official Haveno repository does not support making real trades directly. > -> The official Haveno repository does not operate or endorse any mainnet network. +> To make real trades with Haveno, first find a third party network, and then use their installer or build their repository. We do not endorse any networks at this time. > -> Find a third party network and use their installer or build their repository. Alternatively [create your own mainnet network](create-mainnet.md). +> Alternatively, you can [create your own mainnet network](create-mainnet.md). ## Install dependencies