From 5f26925028ea24040a65196f180596c1941a7e98 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 1 Mar 2021 21:44:18 -0800 Subject: [PATCH] adding meta, update footer --- app/templates/includes/footer.html | 4 +++- app/templates/index.html | 19 ++++++++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/app/templates/includes/footer.html b/app/templates/includes/footer.html index 0bfdb5a..4befe65 100644 --- a/app/templates/includes/footer.html +++ b/app/templates/includes/footer.html @@ -1,3 +1,5 @@ diff --git a/app/templates/index.html b/app/templates/index.html index 76cd302..4a7b4bb 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -17,13 +17,12 @@ - {% if funded_ops %}

{{ funded_ops.count() }} Nodes in Orbit


- {% if funded_ops %} + {% if funded_ops.count() > 0 %} @@ -44,13 +43,23 @@ {% endfor %}
Operation
- {% else %} - - NONE - +
+

Connect to a Node

+

Use any of the individual addresses above using port 18081 in your Monero wallet to use the remote node.

+

+ You can use the following address that reverse proxies to all active XMR Node Cannon nodes: +
+
+ global.xmrcannon.net +
+ (port 443, use SSL) +

+
+

Proxy currently resides in USA, but will be setting up round robin to all global endpoints.

{% endif %}
- {% endif %}