mirror of
https://github.com/transatoshi-mw/grinminer.net.git
synced 2025-10-06 22:02:48 +00:00
new site
This commit is contained in:
88
website/api/index.html
Normal file
88
website/api/index.html
Normal file
@@ -0,0 +1,88 @@
|
||||
<!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">
|
||||
<!--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>
|
||||
<h1>Grinminer public APIs</h1>
|
||||
<p>no API secret required</p>
|
||||
<h2>Mainnet</h2>
|
||||
<h3>http://grinminer.net:3413</h3>
|
||||
<h2>Testnet</h2>
|
||||
<h3>http://grinminer.net:13413</h3>
|
||||
<a href="https://github.com/mimblewimble/grin/blob/master/doc/api/node_api_v1.md">Grin node api v1 documentation</a>
|
||||
<br>
|
||||
<a href="https://docs.grin.mw/grin-rfcs/text/0007-node-api-v2/">Grin node api v2 documentation</a>
|
||||
<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>
|
Reference in New Issue
Block a user