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>
<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") {

View File

@@ -27,82 +27,86 @@
</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>
<!--Banner-->
<a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
<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>
<!--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-->
<form action="https://formsubmit.co/fc6589379f42ab354825f1184623a4eb" method="POST" style="border:1px solid #ccc">
<div class="container">
<h1>Sign Up</h1>
<p>Please fill in this form to create an account.</p>
<p>Fees are nominal, and meant to discourage resource waste. Must be paid in Grin.</p>
<p>All nodes are LXC containers running the latest Debian release.</p>
<br>
<fieldset>
<legend>Are you looking for a Grin node or node+stratum?</legend>
<label><input id="node" type="radio" name="node" value="node" checked>Node only</label>
<label><input id="node+stratum" type="radio" name="node" value="stratum">Node+Stratum</label>
</fieldset>
<br>
<fieldset>
<legend>Do you want an archival or pruned node?</legend>
<input id="pruned" type="radio" name="type" value="pruned" checked> <label for="pruned">Pruned (free)</label>
<input id="full" type="radio" name="type" value="archival"> <label for="archival">Archival (flat fee)</label>
</fieldset>
<br>
<fieldset>
<legend>Do you require node setup or support/backups?</legend>
<input id="no" type="radio" name="support" value="no" checked> <label for="no">None (free)</label>
<input id="setup" type="radio" name="support" value="setup"> <label for="setup">Setup only (flat fee)</label>
<input id="setup+support" type="radio" name="support" value="ongoing"> <label for="ongoing"> Ongoing support/backups (monthly fee)</label>
</fieldset>
<br>
<fieldset>
<legend>Do you agree to only use your VPS for Grin software?</legend>
<input id="no-agreement" type="radio" name="agreement" value="no" checked> <label for="no">No (comment why)</label>
<input id="agreement" type="radio" name="agreement" value="yes"> <label for="yes">Yes</label>
</fieldset>
<br>
<input type="text" name="username" placeholder="username" required>
<br>
<input type="text" name="email" placeholder="email address" required>
<br>
<input type="text" name="comments" placeholder="comments">
<input type="hidden" name="_next" value="https://grinminer.net/thanks.html">
<input type="hidden" name="_subject" value="Grinminer application">
<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>
<!--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-->
<form action="https://formsubmit.co/fc6589379f42ab354825f1184623a4eb" method="POST" style="border:1px solid #ccc">
<div class="container">
<h1>Sign Up</h1>
<p>Please fill in this form to create an account.</p>
<p>Fees are nominal, and meant to discourage resource waste. Must be paid in Grin.</p>
<p>All nodes are LXC containers running the latest Debian release.</p>
<br>
<fieldset>
<legend>Are you looking for a Grin node or node+stratum?</legend>
<label><input id="node" type="radio" name="node" value="node" checked>Node only</label>
<label><input id="node+stratum" type="radio" name="node" value="stratum">Node+Stratum</label>
</fieldset>
<br>
<fieldset>
<legend>Do you want an archival or pruned node?</legend>
<input id="pruned" type="radio" name="type" value="pruned" checked> <label for="pruned">Pruned (free)</label>
<input id="full" type="radio" name="type" value="archival"> <label for="archival">Archival (flat fee)</label>
</fieldset>
<br>
<fieldset>
<legend>Do you require node setup or support/backups?</legend>
<input id="no" type="radio" name="support" value="no" checked> <label for="no">None (free)</label>
<input id="setup" type="radio" name="support" value="setup"> <label for="setup">Setup only (flat fee)</label>
<input id="setup+support" type="radio" name="support" value="ongoing"> <label for="ongoing"> Ongoing support/backups (monthly fee)</label>
</fieldset>
<br>
<fieldset>
<legend>Do you agree to only use your VPS for Grin software?</legend>
<input id="no-agreement" type="radio" name="agreement" value="no" checked> <label for="no">No (comment why)</label>
<input id="agreement" type="radio" name="agreement" value="yes"> <label for="yes">Yes</label>
</fieldset>
<br>
<input type="text" name="username" placeholder="username" required>
<br>
<input type="text" name="email" placeholder="email address" required>
<br>
<input type="text" name="comments" placeholder="comments">
<input type="hidden" name="_next" value="https://grinminer.net/thanks.html">
<input type="hidden" name="_subject" value="Grinminer application">
<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">
<button type="submit" class="signupbtn">Sign Up</button>
</div>
</div>
</form>
<script>
function myFunction() {
<div class="clearfix">
<button type="submit" class="signupbtn">Sign Up</button>
</div>
</div>
</form>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive"; // Add the "responsive" class

View File

@@ -27,182 +27,181 @@
</head>
<body width="device-width">
<body width="device-width">
<!-- 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">
<!--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>
<!--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>
<!-- 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">
<!--Banner-->
<a href="https://grinminer.net"><img src="../images/web-banner.png" alt="grinminer-banner" class="responsive"></a>
<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>
<!--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-->
<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">
<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>
<div class="community-row-content">
<div class="community-row-heading">
<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-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<div class="community-row-heading">
<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-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Error light stays on from bug</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Error light stays on from bug</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</div>
</div>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</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
}
}
</script>
<div class="community-row">
<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>
<div class="community-row-content">
<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>
<div class="community-row-desc">Not recommended due to bugs</div>
<div class="community-row-category">iPollo G1/G1 mini</div>
</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
}
}
</script>
</body>
<footer width="device-width">

View File

@@ -27,63 +27,68 @@
</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">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>
<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">
<!--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-->
<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>
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
}
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>
<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>
</html>

View File

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

View File

@@ -27,50 +27,53 @@
</head>
<body width="device-width">
<body width="device-width">
<!-- 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">
<!--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>
<!-- 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">
<!--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>
<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="nodes">
<h1>Thank you! Expect a response within 48hr.</h1>
</div>
<script>
function myFunction() {
<!--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="nodes">
<h1>Thank you! Expect a response within 48hr.</h1>
</div>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive"; // Add the "responsive" class
x.className += " responsive"; // Add the "responsive" class
} else {
x.className = "topnav"; // Remove the "responsive" class
x.className = "topnav"; // Remove the "responsive" class
}
}
</script>
}
</script>
</body>
<footer width="device-width">