updated site and fixed HTML formatting

This commit is contained in:
transatoshi
2025-01-26 07:20:59 -08:00
parent c8f4a4cfc4
commit 63d36b46ca
6 changed files with 391 additions and 374 deletions

View File

@@ -27,42 +27,46 @@
</head> </head>
<body width="device-width"> <body width="device-width">
<!--Navigation links-->
<div class="topnav" id="myTopnav"> <!--Banner-->
<a href="https://grinminer.net/nodes/" class="active">Public Nodes</a> <a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
<a href="https://grinminer.net/api/" class="active">Public API</a>
<a href="https://grinminer.net/application/" class="active">Node/VPS Application</a> <!--Navigation links-->
<a href="https://grinminer.net/download/" class="active">Download Firmware/Wallets</a> <div class="topnav" id="myTopnav">
<a href="https://explorer.grinminer.net" class="active">Mainnet Explorer</a> <a href="https://grinminer.net/nodes/" class="active">Public Nodes</a>
<a href="https://testexplorer.grinminer.net" class="active">Testnet Explorer</a> <a href="https://grinminer.net/api/" class="active">Public API</a>
<a href="https://checker.grinminer.net" class="active">Wallet Checker</a> <a href="https://grinminer.net/application/" class="active">Node/VPS Application</a>
<a href="https://t.me/grinminer_net" class="grey">Telegram</a> <a href="https://grinminer.net/download/" class="active">Download Firmware/Wallets</a>
<a href="https://github.com/transatoshi-mw/grinminer.net">Github</a> <a href="https://explorer.grinminer.net" class="active">Mainnet Explorer</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()"> <a href="https://testexplorer.grinminer.net" class="active">Testnet Explorer</a>
<i class="fa fa-bars"></i> <a href="https://checker.grinminer.net" class="active">Wallet Checker</a>
</a> <a href="https://t.me/grinminer_net" class="grey">Telegram</a>
</div> <a href="https://github.com/transatoshi-mw/grinminer.net">Github</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<span class="cloud"><h2>Developed over 2 years to be an alternative to the corporate cloud.</h2></span> <i class="fa fa-bars"></i>
</a>
</div>
<!--Subtitle-->
<!--Banner--> <div class="content">
<a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a> <div class="subtitle">
<!--Subtitle--> <h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3>
<div class="content"> </div>
<div class="subtitle">
<h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3> <!--Cloud banner-->
</div> <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> <h1>Grinminer public APIs</h1>
<h2>Mainnet</h2> <p>no API secret required</p>
<h3>http://grinminer.net:3413</h3> <h2>Mainnet</h2>
<h2>Testnet</h2> <h3>http://grinminer.net:3413</h3>
<h3>http://grinminer.net:13413</h3> <h2>Testnet</h2>
<a href="https://github.com/mimblewimble/grin/blob/master/doc/api/node_api_v1.md">Grin node api v1 documentation</a> <h3>http://grinminer.net:13413</h3>
<br> <a href="https://github.com/mimblewimble/grin/blob/master/doc/api/node_api_v1.md">Grin node api v1 documentation</a>
<a href="https://docs.grin.mw/grin-rfcs/text/0007-node-api-v2/">Grin node api v2 documentation</a> <br>
<script> <a href="https://docs.grin.mw/grin-rfcs/text/0007-node-api-v2/">Grin node api v2 documentation</a>
<script>
function myFunction() { function myFunction() {
var x = document.getElementById("myTopnav"); var x = document.getElementById("myTopnav");
if (x.className === "topnav") { if (x.className === "topnav") {

View File

@@ -27,82 +27,86 @@
</head> </head>
<body width="device-width"> <body width="device-width">
<!--Navigation links-->
<<div class="topnav" id="myTopnav"> <!--Banner-->
<a href="https://grinminer.net/nodes/" class="active">Public Nodes</a> <a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></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> <!--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>
<!--Subtitle-->
<!--Banner--> <div class="content">
<a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a> <div class="subtitle">
<!--Subtitle--> <h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3>
<div class="content"> </div>
<div class="subtitle">
<h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3> <!--Cloud banner-->
</div> <span class="cloud"><h2>Developed over 2 years to be an alternative to the corporate cloud.</h2></span>
<!--Title-->
<form action="https://formsubmit.co/fc6589379f42ab354825f1184623a4eb" method="POST" style="border:1px solid #ccc"> <!--Title-->
<div class="container"> <form action="https://formsubmit.co/fc6589379f42ab354825f1184623a4eb" method="POST" style="border:1px solid #ccc">
<h1>Sign Up</h1> <div class="container">
<p>Please fill in this form to create an account.</p> <h1>Sign Up</h1>
<p>Fees are nominal, and meant to discourage resource waste. Must be paid in Grin.</p> <p>Please fill in this form to create an account.</p>
<p>All nodes are LXC containers running the latest Debian release.</p> <p>Fees are nominal, and meant to discourage resource waste. Must be paid in Grin.</p>
<br> <p>All nodes are LXC containers running the latest Debian release.</p>
<fieldset> <br>
<legend>Are you looking for a Grin node or node+stratum?</legend> <fieldset>
<label><input id="node" type="radio" name="node" value="node" checked>Node only</label> <legend>Are you looking for a Grin node or node+stratum?</legend>
<label><input id="node+stratum" type="radio" name="node" value="stratum">Node+Stratum</label> <label><input id="node" type="radio" name="node" value="node" checked>Node only</label>
</fieldset> <label><input id="node+stratum" type="radio" name="node" value="stratum">Node+Stratum</label>
<br> </fieldset>
<fieldset> <br>
<legend>Do you want an archival or pruned node?</legend> <fieldset>
<input id="pruned" type="radio" name="type" value="pruned" checked> <label for="pruned">Pruned (free)</label> <legend>Do you want an archival or pruned node?</legend>
<input id="full" type="radio" name="type" value="archival"> <label for="archival">Archival (flat fee)</label> <input id="pruned" type="radio" name="type" value="pruned" checked> <label for="pruned">Pruned (free)</label>
</fieldset> <input id="full" type="radio" name="type" value="archival"> <label for="archival">Archival (flat fee)</label>
<br> </fieldset>
<fieldset> <br>
<legend>Do you require node setup or support/backups?</legend> <fieldset>
<input id="no" type="radio" name="support" value="no" checked> <label for="no">None (free)</label> <legend>Do you require node setup or support/backups?</legend>
<input id="setup" type="radio" name="support" value="setup"> <label for="setup">Setup only (flat fee)</label> <input id="no" type="radio" name="support" value="no" checked> <label for="no">None (free)</label>
<input id="setup+support" type="radio" name="support" value="ongoing"> <label for="ongoing"> Ongoing support/backups (monthly fee)</label> <input id="setup" type="radio" name="support" value="setup"> <label for="setup">Setup only (flat fee)</label>
</fieldset> <input id="setup+support" type="radio" name="support" value="ongoing"> <label for="ongoing"> Ongoing support/backups (monthly fee)</label>
<br> </fieldset>
<fieldset> <br>
<legend>Do you agree to only use your VPS for Grin software?</legend> <fieldset>
<input id="no-agreement" type="radio" name="agreement" value="no" checked> <label for="no">No (comment why)</label> <legend>Do you agree to only use your VPS for Grin software?</legend>
<input id="agreement" type="radio" name="agreement" value="yes"> <label for="yes">Yes</label> <input id="no-agreement" type="radio" name="agreement" value="no" checked> <label for="no">No (comment why)</label>
</fieldset> <input id="agreement" type="radio" name="agreement" value="yes"> <label for="yes">Yes</label>
<br> </fieldset>
<input type="text" name="username" placeholder="username" required> <br>
<br> <input type="text" name="username" placeholder="username" required>
<input type="text" name="email" placeholder="email address" required> <br>
<br> <input type="text" name="email" placeholder="email address" required>
<input type="text" name="comments" placeholder="comments"> <br>
<input type="hidden" name="_next" value="https://grinminer.net/thanks.html"> <input type="text" name="comments" placeholder="comments">
<input type="hidden" name="_subject" value="Grinminer application"> <input type="hidden" name="_next" value="https://grinminer.net/thanks.html">
<p>Grinminer.net is very young and experimental, use at your own risk.</p> <input type="hidden" name="_subject" value="Grinminer application">
<p>Once applied you will receive an email response within 48 hours to confirm.</p> <p>Grinminer.net is very young and experimental, use at your own risk.</p>
<p>Once applied you will receive an email response within 48 hours to confirm.</p>
<div class="clearfix"> <div class="clearfix">
<button type="submit" class="signupbtn">Sign Up</button> <button type="submit" class="signupbtn">Sign Up</button>
</div> </div>
</div> </div>
</form> </form>
<script>
function myFunction() { <script>
function myFunction() {
var x = document.getElementById("myTopnav"); var x = document.getElementById("myTopnav");
if (x.className === "topnav") { if (x.className === "topnav") {
x.className += " responsive"; // Add the "responsive" class x.className += " responsive"; // Add the "responsive" class

View File

@@ -27,182 +27,181 @@
</head> </head>
<body width="device-width"> <body width="device-width">
<body width="device-width"> <!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<!-- 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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Banner-->
<!--Navigation links--> <a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
<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>
<!--Title-->
<div class="download">
<div class="download-heading">
<h1>Downloads</h1>
<br>
<section>
<div class="community-pad">
<div id="firmware"><h2>Community Wallets</h2></div>
<div class="community-subheading">
We only list community projects, use at your own risk.
</div>
<div class="community-content">
<div class="community-row">
<a href="https://github.com/GetGrin/grim" target="_blank">
<img class="community-row-img" alt="Grim" src="../images/grim.png" /></a>
<div class="community-row-content">
<div class="community-row-heading"><a href="https://getgrin.github.io"
target="_blank">Grim</a></div>
<div class="community-row-desc">Grin GUI node and wallet written in Rust</div>
<div class="community-row-category">Windows, Linux, macOS, Android, and iOS</div>
</div>
</div>
<div class="community-row">
<a href="https://github.com/transatoshi-mw/grin-web-wallet" target="_blank">
<img class="community-row-img" alt="Grim" src="../images/grin-logo-cat-cropped-black.png" /></a>
<div class="community-row-content">
<div class="community-row-heading"><a href="https://github.com/transatoshi-mw/grin-web-wallet"
target="_blank">Grin HTML wallet</a></div>
<div class="community-row-desc">HTML wallet w/ Trezor/Ledger support</div>
<div class="community-row-category">Firefox and Chrome</div>
</div>
</div>
<div class="community-row">
<a href="https://grinplusplus.github.io" target="_blank">
<img class="community-row-img" alt="Grin++" src="../images/gpp.png" /></a>
<div class="community-row-content">
<div class="community-row-heading"><a href="https://grinplusplus.github.io" target="_blank">
Grin++</a></div>
<div class="community-row-desc">Grin GUI node and wallet written in C++</div>
<div class="community-row-category">Windows, Linux, macOS</div>
</div>
</div>
</div>
</div>
</section>
<br>
<section class="community-pad"> <!--Navigation links-->
<div id="firmware"><h2>iPollo firmware</h2></div> <div class="topnav" id="myTopnav">
<div class="community-subheading"> <a href="https://grinminer.net/nodes/" class="active">Public Nodes</a>
It's only recommend to use SDCARD-v2.54<br> <a href="https://grinminer.net/api/" class="active">Public API</a>
The rest have bugs that are fixed in this version<br> <a href="https://grinminer.net/application/" class="active">Node/VPS Application</a>
To use, image a microSD card with the img file<br> <a href="https://grinminer.net/download/" class="active">Download Firmware/Wallets</a>
Put it in the miner and boot, meditate for 5 minutes<br> <a href="https://explorer.grinminer.net" class="active">Mainnet Explorer</a>
If green light is flashing power off and remove microSD<br> <a href="https://testexplorer.grinminer.net" class="active">Testnet Explorer</a>
Then power on and log in to the miner and change the defaults <a href="https://checker.grinminer.net" class="active">Wallet Checker</a>
</div> <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>
<!--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>
<!--Title-->
<div class="download">
<div class="download-heading">
<h1>Downloads</h1>
<br>
<section>
<div class="community-pad">
<div id="firmware"><h2>Community Wallets</h2></div>
<div class="community-subheading">
We only list community projects, use at your own risk.
</div>
<div class="community-content">
<div class="community-row">
<a href="https://github.com/GetGrin/grim" target="_blank">
<img class="community-row-img" alt="Grim" src="../images/grim.png" /></a>
<div class="community-row-content">
<div class="community-row-heading"><a href="https://getgrin.github.io" target="_blank">Grim</a></div>
<div class="community-row-desc">Grin GUI node and wallet written in Rust</div>
<div class="community-row-category">Windows, Linux, macOS, Android, and iOS</div>
</div>
</div>
<div class="community-row">
<a href="https://github.com/transatoshi-mw/grin-web-wallet" target="_blank">
<img class="community-row-img" alt="Grim" src="../images/grin-logo-cat-cropped-black.png" /></a>
<div class="community-row-content">
<div class="community-row-heading"><a href="https://github.com/transatoshi-mw/grin-web-wallet" target="_blank">Grin HTML wallet</a></div>
<div class="community-row-desc">HTML wallet w/ Trezor/Ledger support</div>
<div class="community-row-category">Firefox and Chrome</div>
</div>
</div>
<div class="community-row">
<a href="https://grinplusplus.github.io" target="_blank">
<img class="community-row-img" alt="Grin++" src="../images/gpp.png" /></a>
<div class="community-row-content">
<div class="community-row-heading"><a href="https://grinplusplus.github.io" target="_blank">Grin++</a></div>
<div class="community-row-desc">Grin GUI node and wallet written in C++</div>
<div class="community-row-category">Windows, Linux, macOS</div>
</div>
</div>
</div>
</div>
</section>
<br>
<section class="community-pad">
<div id="firmware"><h2>iPollo firmware</h2></div>
<div class="community-subheading">
It's only recommend to use SDCARD-v2.54<br>
The rest have bugs that are fixed in this version<br>
To use, image a microSD card with the img file<br>
Put it in the miner and boot, meditate for 5 minutes<br>
If green light is flashing power off and remove microSD<br>
Then power on and log in to the miner and change the defaults
</div>
<div class="community-content"> <div class="community-content">
<div class="community-row"> <div class="community-row">
<a href="https://grinminer.net/firmware/SDCARD-iPollo-G1-2.5.4-firmware.img"> <a href="https://grinminer.net/firmware/SDCARD-iPollo-G1-2.5.4-firmware.img">
<img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a> <img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a>
<div class="community-row-content"> <div class="community-row-content">
<div class="community-row-heading"> <div class="community-row-heading">
<a href="https://grinminer.net/firmware/SDCARD-iPollo-G1-2.5.4-firmware.img">SDCARD v2.54</a></div> <a href="https://grinminer.net/firmware/SDCARD-iPollo-G1-2.5.4-firmware.img">SDCARD v2.54</a></div>
<div class="community-row-desc">Best available firmware</div> <div class="community-row-desc">Best available firmware</div>
<div class="community-row-category">iPollo G1/G1 mini</div> <div class="community-row-category">iPollo G1/G1 mini</div>
</div> </div>
</div> </div>
<div class="community-row"> <div class="community-row">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.5.4-firmware.bin"> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.5.4-firmware.bin">
<img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a> <img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a>
<div class="community-row-content"> <div class="community-row-content">
<div class="community-row-heading"> <div class="community-row-heading">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.5.4-firmware.bin">WEBFLASH v2.5.4</a></div> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.5.4-firmware.bin">WEBFLASH v2.5.4</a></div>
<div class="community-row-desc">Error light stays on from bug</div> <div class="community-row-desc">Error light stays on from bug</div>
<div class="community-row-category">iPollo G1/G1 mini</div> <div class="community-row-category">iPollo G1/G1 mini</div>
</div> </div>
</div> </div>
<div class="community-row"> <div class="community-row">
<a href="https://grinminer.net/firmware/SDCARD-iPollo-G1-2.5.2-firmware.bin"> <a href="https://grinminer.net/firmware/SDCARD-iPollo-G1-2.5.2-firmware.bin">
<img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a> <img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a>
<div class="community-row-content"> <div class="community-row-content">
<div class="community-row-heading"> <div class="community-row-heading">
<a href="https://grinminer.net/firmware/SDCARD-iPollo-G1-2.5.2-firmware.bin">SDCARD v2.5.2</a></div> <a href="https://grinminer.net/firmware/SDCARD-iPollo-G1-2.5.2-firmware.bin">SDCARD v2.5.2</a></div>
<div class="community-row-desc">Not recommended due to bugs</div> <div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div> <div class="community-row-category">iPollo G1/G1 mini</div>
</div> </div>
</div> </div>
<div class="community-row"> <div class="community-row">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.5.2-firmware.img"> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.5.2-firmware.img">
<img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a> <img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a>
<div class="community-row-content"> <div class="community-row-content">
<div class="community-row-heading"> <div class="community-row-heading">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.5.2-firmware.img">WEBFLASH v2.5.2</a></div> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.5.2-firmware.img">WEBFLASH v2.5.2</a></div>
<div class="community-row-desc">Not recommended due to bugs</div> <div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div> <div class="community-row-category">iPollo G1/G1 mini</div>
</div> </div>
</div> </div>
<div class="community-row"> <div class="community-row">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.9-firmware.img"> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.9-firmware.img">
<img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a> <img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a>
<div class="community-row-content"> <div class="community-row-content">
<div class="community-row-heading"> <div class="community-row-heading">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.9-firmware.img">WEBFLASH v2.4.9</a></div> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.9-firmware.img">WEBFLASH v2.4.9</a></div>
<div class="community-row-desc">Not recommended due to bugs</div> <div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div> <div class="community-row-category">iPollo G1/G1 mini</div>
</div> </div>
</div> </div>
<div class="community-row"> <div class="community-row">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.4-firmware.img"> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.4-firmware.img">
<img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a> <img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a>
<div class="community-row-content"> <div class="community-row-content">
<div class="community-row-heading"> <div class="community-row-heading">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.4-firmware.img">WEBFLASH v2.4.4</a></div> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.4-firmware.img">WEBFLASH v2.4.4</a></div>
<div class="community-row-desc">Not recommended due to bugs</div> <div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div> <div class="community-row-category">iPollo G1/G1 mini</div>
</div> </div>
</div> </div>
<div class="community-row"> <div class="community-row">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.0-firmware.img"> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.0-firmware.img">
<img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a> <img class="community-row-img" alt="iPollo" src="../images/ipollo.png" /></a>
<div class="community-row-content"> <div class="community-row-content">
<div class="community-row-heading"> <div class="community-row-heading">
<a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.0-firmware.img">WEBFLASH v2.4.0</a></div> <a href="https://grinminer.net/firmware/WEBFLASH-iPollo-G1-2.4.0-firmware.img">WEBFLASH v2.4.0</a></div>
<div class="community-row-desc">Not recommended due to bugs</div> <div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div> <div class="community-row-category">iPollo G1/G1 mini</div>
</div> </div>
</div> </div>
<script>
function myFunction() { <script>
var x = document.getElementById("myTopnav"); function myFunction() {
if (x.className === "topnav") { var x = document.getElementById("myTopnav");
x.className += " responsive"; // Add the "responsive" class if (x.className === "topnav") {
} else { x.className += " responsive"; // Add the "responsive" class
x.className = "topnav"; // Remove the "responsive" class } else {
} x.className = "topnav"; // Remove the "responsive" class
} }
</script> }
</script>
</body> </body>
<footer width="device-width"> <footer width="device-width">

View File

@@ -27,63 +27,68 @@
</head> </head>
<body width="device-width"> <body width="device-width">
<!--Banner-->
<a href="https://grinminer.net"><img src="images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
<!--Navigation links--> <!--Navigation links-->
<div class="topnav" id="myTopnav"> <div class="topnav" id="myTopnav">
<a href="https://grinminer.net/nodes/" class="active">Public Nodes</a> <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/api/" class="active">Public API</a>
<a href="https://grinminer.net/application/" class="active">Node/VPS Application</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://grinminer.net/download/" class="active">Download Firmware/Wallets</a>
<a href="https://explorer.grinminer.net" class="active">Mainnet Explorer</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://testexplorer.grinminer.net" class="active">Testnet Explorer</a>
<a href="https://checker.grinminer.net" class="active">Wallet Checker</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://t.me/grinminer_net" class="grey">Telegram</a>
<a href="https://github.com/transatoshi-mw/grinminer.net">Github</a> <a href="https://github.com/transatoshi-mw/grinminer.net">Github</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()"> <a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i> <i class="fa fa-bars"></i>
</a> </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>
<img src="images/network.png" alt="network diagram" class="diagram">
</div> </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"><h2>Developed over 2 years to be an alternative to the corporate cloud.</h2></span>
<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>
<!--Network diagram-->
<img src="images/network.png" alt="network diagram" class="diagram">
</div>
<script> <script>
function myFunction() { function myFunction() {
var x = document.getElementById("myTopnav"); var x = document.getElementById("myTopnav");
if (x.className === "topnav") { if (x.className === "topnav") {
x.className += " responsive"; // Add the "responsive" class x.className += " responsive"; // Add the "responsive" class
} else { } else {
x.className = "topnav"; // Remove the "responsive" class x.className = "topnav"; // Remove the "responsive" class
} }
} }
</script> </script>
</body> </body>
<footer width="device-width"> <footer width="device-width">
<div class="footer"> <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>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 <p>mikkdfjjawqzw4bis5pwq
<br> <br>
wsbul3ndubhnbwtlumaeo wsbul3ndubhnbwtlumaeo
<br> <br>
wlcigxgwk7n4yd.onion</p> wlcigxgwk7n4yd.onion</p>
</div> </div>
</footer> </footer>
</html> </html>

View File

@@ -53,11 +53,11 @@ body {
} }
.responsive { .responsive {
max-width: 90%; max-width: 95%;
height: auto; height: auto;
margin: 0 auto; margin: 10px auto 0px auto;
border: #fef102 solid 4px; border: #fef102 solid 0px;
border-radius: 30px; border-radius: 30px 30px 0px 0px;
box-shadow:0 0 10px #fef102; box-shadow:0 0 10px #fef102;
text-align: center; text-align: center;
display: block; display: block;
@@ -80,12 +80,12 @@ body {
font-family: monospace; font-family: monospace;
font-size: 16px font-size: 16px
font-weight: 800; font-weight: 800;
border: #fef102 solid 4px; border: #fef102 solid 0px;
border-radius: 0 0 15px 15px; border-radius: 0 0 10px 10px;
box-shadow: 0 0 10px #fef102; box-shadow: 0 0 10px #fef102;
width: 70%; width: 83%;
height: auto; height: auto;
margin: -5px auto 30px auto; margin: -15px auto 30px auto;
display: block; display: block;
text-align:center; text-align:center;
padding: 0 40px 0 40px; padding: 0 40px 0 40px;
@@ -99,10 +99,12 @@ body {
.cloud { .cloud {
text-align: center; text-align: center;
width: 100%; width: 70%;
margin: -30px auto 0px auto;
height: auto; height: auto;
color: black; color: black;
display: block; display: block;
box-shadow: 0 0 10px #fef102;
background-color: #fef102; background-color: #fef102;
} }

View File

@@ -27,50 +27,53 @@
</head> </head>
<body width="device-width"> <body width="device-width">
<body width="device-width"> <!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<!-- 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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Banner-->
<!--Navigation links--> <a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
<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> <!--Navigation links-->
<a href="https://grinminer.net/application/" class="active">Node/VPS Application</a> <div class="topnav" id="myTopnav">
<a href="https://grinminer.net/download/" class="active">Download Firmware/Wallets</a> <a href="https://grinminer.net/nodes/" class="active">Public Nodes</a>
<a href="https://explorer.grinminer.net" class="active">Mainnet Explorer</a> <a href="https://grinminer.net/api/" class="active">Public API</a>
<a href="https://testexplorer.grinminer.net" class="active">Testnet Explorer</a> <a href="https://grinminer.net/application/" class="active">Node/VPS Application</a>
<a href="https://checker.grinminer.net" class="active">Wallet Checker</a> <a href="https://grinminer.net/download/" class="active">Download Firmware/Wallets</a>
<a href="https://t.me/grinminer_net" class="grey">Telegram</a> <a href="https://explorer.grinminer.net" class="active">Mainnet Explorer</a>
<a href="https://github.com/transatoshi-mw/grinminer.net">Github</a> <a href="https://testexplorer.grinminer.net" class="active">Testnet Explorer</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()"> <a href="https://checker.grinminer.net" class="active">Wallet Checker</a>
<i class="fa fa-bars"></i> <a href="https://t.me/grinminer_net" class="grey">Telegram</a>
</a> <a href="https://github.com/transatoshi-mw/grinminer.net">Github</a>
</div> <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> <!--Subtitle-->
<div class="content">
<!--Banner--> <div class="subtitle">
<a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a> <h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3>
</div>
<!--Subtitle-->
<div class="content"> <!--Cloud banner-->
<div class="subtitle"> <span class="cloud"><h2>Developed over 2 years to be an alternative to the corporate cloud.</h2></span>
<h3>Provider of hosted public & private nodes + solo mining pools + a Trezor/Ledger compatible wallet.</h3>
</div> <!--Title-->
<!--Title--> <div class="nodes">
<div class="nodes"> <h1>Thank you! Expect a response within 48hr.</h1>
<h1>Thank you! Expect a response within 48hr.</h1> </div>
</div>
<script> <script>
function myFunction() { function myFunction() {
var x = document.getElementById("myTopnav"); var x = document.getElementById("myTopnav");
if (x.className === "topnav") { if (x.className === "topnav") {
x.className += " responsive"; // Add the "responsive" class x.className += " responsive"; // Add the "responsive" class
} else { } else {
x.className = "topnav"; // Remove the "responsive" class x.className = "topnav"; // Remove the "responsive" class
} }
} }
</script> </script>
</body> </body>
<footer width="device-width"> <footer width="device-width">