Add files via upload

This commit is contained in:
tranSatoshi_MW
2024-06-02 16:48:00 -07:00
committed by GitHub
parent b1e8ce9efb
commit 5c2c122043
27 changed files with 3786 additions and 0 deletions

119
website/index.html Normal file
View File

@@ -0,0 +1,119 @@
<!-- LICENSING
FOSS distributable MIT licensing
/ [!USE AT OWN RISK, GRIN IS AN EXPERIMENTAL PROTOCOL!*]
Copyright 2024 Static Age Solutions
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Grinminer.net Testnet</title>
<link href="styles.css" rel="stylesheet"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<main>
<div class="info">
<!--MAIN BANNER-->
<a href="https://grinminer.net/"><img class="banner" src="https://grinminer.net/web-banner.png" alt="Grinminer.net" width="device-width" height="auto"></a>
<!--TITLE-->
<h1><div class="title"><b>HOSTED GRIN NODES & STRATUM SERVERS</b></div></h1>
<!--LINKS-->
<div class="row">
<div class="links"><a href="https://grinminer.net/testnet/index.html">TESTNET</a></div>
<div class="links"><a href="https://grinminer.net/menu/index.html">SERVICES</a></div>
<div class="links"><a href="https://grinminer.net/download/index.html">DOWNLOADS</a></div>
<div class="links"><a href="https://grinminer.net/donate/index.html">DONATE</a></div>
<div class="links"><a href="mailto:/support@grinminer.ner">CONTACT</a></div>
</div>
<!--SUBTITLE-->
<div class="subtitle"><h2><a href="https://beincrypto.com/learn/no-kyc-crypto-exchanges/">NO KYC</a></div></h2>
<div class="accounts"><h3>ACCOUNTS OPEN Q1 '25</h3></div>
<div><b><h3><a href="https://grinminer.net/testnet/index.html">HOME OF GRIN'S PERMANENT TESTNET</a></h3></b></div>
<br>
<div class="row">
<hr>
<!--QR-->
<div id="QR" class="codes">
<img src="https://grinminer.net/QR-TRANSATOSHI.png" alt="QR Twitter" style="width:50%" height="auto">
</div>
<div id="QR" class="codes">
<img src="https://grinminer.net/QR-TELEGRAM.png" alt="Telegram" style="width:50%" height="auto">
<!--SUBTITLE-->
</div>
<div id="QR" class="codes">
<img src="https://grinminer.net/QR-DISCORD.png" alt="Discord" style="width:50%" height="auto">
</div>
</div>
</div>
<!--NODES-->
<div class="nodes">
<div class="whytitle"><h1 class="why">WHY GRINMINER.NET?</h1></div>
<img class="images" src="https://grinminer.net/grinminer-net-it-logo.png" alt="IT logo">
</div>
</div>
<!--BLOCK TRACKER-->
<div class="chart"><img src="https://grinminer.net/June-2024-mining-report.png" alt="Monthly chart"></div>
<!--DESCRIPTION-->
<div class="description">
<p><b>CHART IS UPDATED DAILY</p>
<p>RECORDING STATS FOR 3 G1 MINI MINING TO A PRIVATE STRATUM POOL</p>
<p>START DATE 05/25/24</p>
<p>[4th rig mines testnet blocks]</p></b>
</div>
</div>
</main>
</body>
<footer>
<!--WARNING-->
<div class="warning1">
<b><p>GRIN PROTOCOL<br>&<br>GRINMINER.NET<br>FIRMWARE/SOFTWARE ARE HIGHLY EXPERIMENTAL</p></b>
<br>
<b><p class="warning2">USE AT YOUR OWN RISK</p></b> </div>
<!--COPYRIGHT-->
<b><p class="copyright"><b>Copyright 2024<br><a href="mailto:support@grinminer.net">Static Age Solutions</a><br>located in the PNW<br>USA<br>MIT License</p></b>
<!--BANNER2-->
<div class="banner2"><img src="https://grinminer.net/Twitterbanner.png" alt="Twitter banner"></div>
</footer>
</html>