From 46eae2e1a6438249f1a81a2ddb9cee0dae1354d3 Mon Sep 17 00:00:00 2001 From: woodser Date: Sun, 26 Nov 2023 11:27:30 -0500 Subject: [PATCH] document running a local node in user-guide.md --- docs/user-guide.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/user-guide.md diff --git a/docs/user-guide.md b/docs/user-guide.md new file mode 100644 index 00000000..f71458d0 --- /dev/null +++ b/docs/user-guide.md @@ -0,0 +1,11 @@ +# User Guide + +This document is a guide for Haveno users. + +# Running a Local Monero Node + +For the best experience using Haveno, it is highly recommended to run your own local Monero node to improve security and responsiveness. + +By default, Haveno will automatically connect to a local node if it is detected. Otherwise, Haveno will connect to one of several pre-configured remote nodes unless manually configured otherwise. + +Additionally, Haveno will automatically start and connect to your local Monero node if it was last used and is currently offline. \ No newline at end of file