mirror of
https://github.com/transatoshi-mw/grinminer.net.git
synced 2025-10-07 06:12:46 +00:00
94 lines
4.1 KiB
HTML
94 lines
4.1 KiB
HTML
<!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")>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
</head>
|
|
|
|
<body width="device-width">
|
|
|
|
<!--Banner-->
|
|
<a href="https://grinminer.net"><img src="images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
|
|
|
|
<!--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">API</a>
|
|
<a href="https://grinminer.net/application/" class="active">VPS Application</a>
|
|
<a href="https://grinminer.net/download/" class="active">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="active">Telegram</a>
|
|
<a href="https://github.com/transatoshi-mw/grinminer.net" class="active2">Github</a>
|
|
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
|
<i class="fa fa-bars"></i>
|
|
</a>
|
|
</div>
|
|
|
|
<!--Subtitle-->
|
|
<div class="content">
|
|
<div class="subtitle">
|
|
<h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3>
|
|
</div>
|
|
|
|
<!--Cloud Banner-->
|
|
<span class="cloud"><h3>Developed over 2 years to be an alternative to the corporate cloud.</h3></span>
|
|
|
|
<div class="corporate">
|
|
<p>Host of Grin's testnet community node giving devs 24/7 block production for testing.</p>
|
|
</div>
|
|
<p>Privacy focused VPS provider with no KYC, 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>
|
|
|
|
<!--Network diagram-->
|
|
<img src="images/network.png" alt="network diagram" class="diagram">
|
|
</div>
|
|
|
|
<script>
|
|
function myFunction() {
|
|
var x = document.getElementById("myTopnav");
|
|
if (x.className === "topnav") {
|
|
x.className += " responsive"; // Add the "responsive" class
|
|
} else {
|
|
x.className = "topnav"; // Remove the "responsive" class
|
|
}
|
|
}
|
|
</script>
|
|
</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> |