forked from M5M400/supportxmr-gui
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (67 loc) · 4.14 KB
/
Copy pathindex.html
File metadata and controls
70 lines (67 loc) · 4.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MoneroOcean Pool Dashboard | XMR Mining Pool</title>
<meta name="description" content="Mine profitable coins for Monero payouts. Track wallets, workers, blocks, payments, coins, and setup.">
<meta name="theme-color" content="#050706">
<meta name="robots" content="index,follow">
<link rel="canonical" href="https://moneroocean.stream/">
<meta property="og:type" content="website">
<meta property="og:title" content="MoneroOcean Pool Dashboard">
<meta property="og:description" content="Mine profitable coins for Monero payouts on MoneroOcean.">
<meta property="og:url" content="https://moneroocean.stream/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="MoneroOcean Pool Dashboard">
<meta name="twitter:description" content="Mine profitable coins for Monero payouts.">
<link rel="preconnect" href="https://api.moneroocean.stream" crossorigin>
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 180'%3E%3Cpath d='M14 6c4 14 21 28 49 32 13 4 20 11 27 17 7-6 14-13 27-17 28-4 45-18 49-32 1 45-21 64-46 73-15 5-19 11-19 19 1 15 7 43 20 73-18-6-23-6-31 0-8-6-13-6-31 0 13-30 19-58 20-73 0-8-4-14-19-19-24-9-47-28-46-73z' fill='%2300d9ff'/%3E%3C/svg%3E" type="image/svg+xml">
<link rel="stylesheet" href="style.css">
<!-- If this JSON-LD changes, build.sh updates the nginx script-src hash from build/index.html. For manual updates, run ./csp-hash.sh build/index.html after npm run build. -->
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebApplication","name":"MoneroOcean Pool Dashboard","url":"https://moneroocean.stream/","applicationCategory":"FinanceApplication","operatingSystem":"Any","description":"Mine profitable coins for Monero payouts on MoneroOcean."}
</script>
</head>
<body>
<a class="skip-link" href="#app">Skip to app</a>
<header class="topbar">
<a class="brand" href="#/" aria-label="MoneroOcean">
<svg class="brand-mark" viewBox="0 0 180 180" aria-hidden="true">
<path class="brand-path" d="M14 6c4 14 21 28 49 32 13 4 20 11 27 17 7-6 14-13 27-17 28-4 45-18 49-32 1 45-21 64-46 73-15 5-19 11-19 19 1 15 7 43 20 73-18-6-23-6-31 0-8-6-13-6-31 0 13-30 19-58 20-73 0-8-4-14-19-19-24-9-47-28-46-73z"></path>
</svg>
<span>MoneroOcean</span>
</a>
<nav class="nav" aria-label="Primary">
<a href="#/">Wallets</a>
<a href="#/coins">Coins</a>
<a href="#/blocks">Blocks</a>
<a href="#/payments">Payments</a>
<a href="#/calc">Calc</a>
<a href="#/setup">Setup</a>
<a href="#/help">Help</a>
</nav>
<div class="top-actions">
<button id="theme-toggle" class="icon-button" title="Switch theme" aria-label="Switch theme">☾</button>
<button id="comments-toggle" class="icon-button" title="Toggle comments" aria-label="Toggle comments" aria-pressed="true">?</button>
</div>
</header>
<main id="app" class="shell" tabindex="-1">
<section class="crawl-copy">
<h1>MoneroOcean XMR Mining Pool Dashboard</h1>
<p>Track MoneroOcean wallets, workers, ports, setup, blocks, payments, coins, and XMR payouts.</p>
</section>
<section id="view" aria-live="polite"></section>
</main>
<footer class="footer">
<a href="https://x.com/MoneroOcean" rel="noopener" target="_blank">X</a>
<a href="https://discordapp.com/invite/jXaR2kA" rel="noopener" target="_blank">Discord</a>
<span class="footer-credit">Credits: <a href="https://github.com/MoneroOcean" rel="noopener" target="_blank">MoneroOcean</a>, <a href="https://github.com/Thunderosa" rel="noopener" target="_blank">Thunderosa</a>, and <a href="https://github.com/mesh0000" rel="noopener" target="_blank">mesh0000</a>.</span>
<a href="https://old.moneroocean.stream" rel="noopener">Old UI</a>
</footer>
<noscript>
<div class="noscript-notice">JavaScript required for pool data. Mine at gulf.moneroocean.stream with a Monero address for XMR payouts.</div>
</noscript>
<script src="script.js" type="module"></script>
</body>
</html>