68 lines
3.4 KiB
HTML
68 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<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>
|
|
|
|
<!--Navigation links-->
|
|
<div class="topnav" id="myTopnav">
|
|
<a href="https://grinminer.net/api/" class="active">Public API</a>
|
|
<a href="https://grinminer.net/nodes/" class="active">Public Nodes</a>
|
|
<a href="https://grinminer.net/download/" class="active">Firmware/ Wallets</a>
|
|
<a href="https://spigot.grinminer.net" class="active">Mainnet Faucet</a>
|
|
<a href="https://faucet.grinminer.net" class="active">Testnet Faucet</a>
|
|
<a href="https://checker.grinminer.net" class="active" target="_blank">Wallet Checker</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://t.me/grinminer_net" class="active2">Telegram Chat</a>
|
|
<a href="https://github.com/transatoshi-mw" class="github">Transatoshi's Github</a>
|
|
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
|
<i class="fa fa-bars"> Menu</i>
|
|
</a>
|
|
</div>
|
|
|
|
<!--Banner-->
|
|
<a href="https://grinminer.net"><img src="images/web-banner2.png" alt="grinminer-banner" class="responsive"></a>
|
|
|
|
<div class="title">
|
|
<h1>Community hosted tools to assist solo Grin miners</h1>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<div class="corporate">
|
|
<p>To best preserve your privacy when using tools like the wallet checker or faucets, use <a href="https://torproject.org" class="tor">tor browser</a>, additionally, the wallet checker has an <a href="http://7xztilouicrvajwrm2tpga5czm2zy7u4as5pnxyjgxdb7safgi3l55yd.onion" class="tor">onion URL</a> provided</p>
|
|
<p class="onion3"><em>Owned and hosted by transatoshi</em></p>
|
|
</div>
|
|
</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
|
|
}
|
|
}
|
|
|
|
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "0fe6e7e19ff2423bb4ed2b121213720b"}'></script><!-- End Cloudflare Web Analytics -->
|
|
</script>
|
|
</body>
|
|
|
|
</html> |