mirror of
https://github.com/transatoshi-mw/grinminer.net.git
synced 2025-10-06 22:02:48 +00:00
updated site and fixed HTML formatting
This commit is contained in:
@@ -27,42 +27,46 @@
|
||||
</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>
|
||||
|
||||
<!--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>
|
||||
|
||||
|
||||
<!--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>
|
||||
<!--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"><h2>Developed over 2 years to be an alternative to the corporate cloud.</h2></span>
|
||||
|
||||
<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") {
|
||||
|
Reference in New Issue
Block a user