From 273fcef8c7fc2fc151dcdb17f8011816ec5f9d49 Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama Date: Thu, 12 Sep 2024 23:27:57 +0700 Subject: [PATCH] chore: Added rule to "Add Node" page This commit also adds link to GitHub issue to report suspicious nodes plus some minor text changes (main page). --- frontend/src/routes/+page.svelte | 4 ++-- frontend/src/routes/add-node/+page.svelte | 16 +++++++++++++++- frontend/src/routes/remote-nodes/+page.svelte | 8 ++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 5959d5f..f238834 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -87,13 +87,13 @@

Remote Nodes

-

List of Monero remote nodes you can use when you cannot (or don't want to) run your own node.

+

List of submitted Monero remote nodes you can use when you cannot run your own node.

Add Node

-

Add your Monero public node so others can connect to your node.

+

Add your Monero public node to be monitored and see how it performs.

diff --git a/frontend/src/routes/add-node/+page.svelte b/frontend/src/routes/add-node/+page.svelte index 4565f97..0acee7d 100644 --- a/frontend/src/routes/add-node/+page.svelte +++ b/frontend/src/routes/add-node/+page.svelte @@ -40,6 +40,20 @@ +
+
+
+

Important Note

+
    +
  • + As an administrator of this instance, I have full rights to delete, and blacklist any + submitted node with or without providing any reason. +
  • +
+
+
+
+