Skip to content

Commit b60a67c

Browse files
committed
chore: Run and use your own node!
Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node! Run and use your own node! YOU MUST run and use your own node!
1 parent 9bd609e commit b60a67c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

frontend/src/routes/+page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export async function load() {
44
meta: {
55
title: 'Monero Remote Node',
66
description:
7-
'A website that helps you monitor your favourite Monero remote nodes, a device on the internet running the Monero software with copy of the Monero blockchain.',
7+
'A website that helps you monitor your favourite Monero remote nodes, but YOU BETTER RUN AND USE YOUR OWN NODE.',
88
keywords:
99
'monero,monero,xmr,monero node,xmrnode,cryptocurrency,monero remote node,monero testnet,monero stagenet'
1010
},

frontend/src/routes/remote-nodes/+page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export async function load() {
44
// prettier-ignore
55
meta: {
66
title: 'Public Monero Remote Nodes List',
7-
description: 'List of public Monero remote nodes that you can use with your favourite Monero wallet. You can filter by country, protocol, or CORS capable nodes.',
7+
description: "Although it's possible to use these existing public Monero nodes, you're MUST RUN AND USE YOUR OWN NODE!",
88
keywords: 'monero remote nodes,public monero nodes,monero public nodes,monero wallet,tor monero node,monero cors rpc'
99
}
1010
};

frontend/src/routes/remote-nodes/+page.svelte

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<section id="introduction ">
8080
<div class="section-container text-center !max-w-4xl">
8181
<p>Remote node can be used by people who, for their own reasons (usually because of hardware requirements, disk space, or technical abilities), cannot/don't want to run their own node and prefer to relay on one publicly available on the Monero network.</p>
82-
<p>Using an open node will allow to make a transaction instantaneously, without the need to download the blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the <strong>Monero community suggests to always run your own node</strong> to obtain the maximum possible privacy and to help decentralize the network.</p>
82+
<p>Using an open node will allow to make a transaction instantaneously, without the need to download the blockchain and sync to the Monero network first, but at the cost of the control over your privacy. the <strong>Monero community suggests to <span class="font-extrabold text-2xl underline decoration-double decoration-2 decoration-pink-500">always run and use your own node</span></strong> to obtain the maximum possible privacy and to help decentralize the network.</p>
8383
</div>
8484
</section>
8585

@@ -284,7 +284,12 @@
284284
rel="noopener">still can return high fee only if you about to create a transactions</a
285285
>.
286286
</li>
287-
<li><strong>The best and safest way is running your own node</strong>!</li>
287+
<li>
288+
<strong
289+
class="font-extrabold text-2xl underline decoration-double decoration-2 decoration-pink-500"
290+
>The best and safest way is running your own node!</strong
291+
>
292+
</li>
288293
<li>
289294
Nodes with 0% uptime within 1 month with more than 300 check attempt will be removed. You
290295
can always add your node again latter.

0 commit comments

Comments
 (0)