This commit is contained in:
transatoshi
2025-01-24 11:27:38 -08:00
parent 14bbc9086b
commit c8f4a4cfc4
29 changed files with 9729 additions and 0 deletions

81
website/404/index.html Normal file
View File

@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P53NSV9J65"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P53NSV9J65');
</script>
<title>Grinminer.net</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" property="og:title" content="grinminer.net">
<meta name="Keywords" content="Grin, Mimblewimble, Mining, Solo, Pools, Ipollo, G1, Openwrt, Firmware, Wallet">
<meta name="Description" content="An alternative to the corporate cloud providing VPS services and tools to assist solo Grin miners.">
<link rel="apple-touch-icon" sizes="180x180" href="https://grin.mw/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://grin.mw/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://grin.mw/favicon-16x16.png">
<link rel="manifest" href="https://grin.mw/site.webmanifest">
<meta name="theme-color" content="#fef102">
<!-- CSS Main -->
<link rel="stylesheet" type="text/css" href="../main.css")>
</head>
<body width="device-width">
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Navigation links-->
<div class="topnav" id="myTopnav">
<a href="https://grinminer.net/nodes/" class="active">Public Nodes</a>
<a href="https://grinminer.net/api/" class="active">Public API</a>
<a href="https://grinminer.net/application/" class="active">Node/VPS Application</a>
<a href="https://grinminer.net/download/" class="active">Download Firmware/Wallets</a>
<a href="https://explorer.grinminer.net" class="active">Mainnet Explorer</a>
<a href="https://testexplorer.grinminer.net" class="active">Testnet Explorer</a>
<a href="https://checker.grinminer.net" class="active">Wallet Checker</a>
<a href="https://t.me/grinminer_net" class="grey">Telegram</a>
<a href="https://github.com/transatoshi-mw/grinminer.net">Github</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<span class="cloud"><h2>Developed over 2 years to be an alternative to the corporate cloud.</h2></span>
<!--Banner-->
<a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
<!--Subtitle-->
<div class="content">
<div class="subtitle">
<h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3>
</div>
<div class="corporate">
<p>Host of Grin's permanent public testnet mining node allowing devs to have 24/7 block production, aiding development of the protocol.</p>
</div>
<p>VPS service with no KYC, customer logs, contracts, or corporate ties.</p>
<div id="corporate">
<span class="corporate"><p>Grinminer.net is not controlled by any company or foundation.</p></span>
</div>
<h1 class="fourohfour">404 NOT FOUND</h1>
<img src="../images/grinminerbanner.png" alt="grinminer ad" class="ad">
</div>
</body>
<footer width="device-width">
<div class="footer">
<p>Apply today or contact transatoshi via the Telegram link for more info on free and paid node/stratum hosting, or if you need tGrin for tesnet.</p>
<p>mikkdfjjawqzw4bis5pwq
<br>
wsbul3ndubhnbwtlumaeo
<br>
wlcigxgwk7n4yd.onion</p>
</div>
</footer>
</html>