diff --git a/website/download/grin-v5.3.1-linux-x86_64-sha256sum.txt b/website/download/grin-v5.3.1-linux-x86_64-sha256sum.txt new file mode 100644 index 0000000..26ad65d --- /dev/null +++ b/website/download/grin-v5.3.1-linux-x86_64-sha256sum.txt @@ -0,0 +1 @@ +SHA256(grin-v5.3.1-linux-x86_64.tar.gz)= 913ce1116b88437c95b743722106a4aabb440195145bb55bcf2e0b3a20fd11fc diff --git a/website/download/grin-v5.3.1-linux-x86_64.tar.gz b/website/download/grin-v5.3.1-linux-x86_64.tar.gz new file mode 100644 index 0000000..4b30a8c Binary files /dev/null and b/website/download/grin-v5.3.1-linux-x86_64.tar.gz differ diff --git a/website/download/grin-v5.3.1-macos-x86_64-sha256sum.txt b/website/download/grin-v5.3.1-macos-x86_64-sha256sum.txt new file mode 100644 index 0000000..890e723 --- /dev/null +++ b/website/download/grin-v5.3.1-macos-x86_64-sha256sum.txt @@ -0,0 +1 @@ +SHA256(grin-v5.3.1-macos-x86_64.tar.gz)= d6877117cd5ee50ba7ed8416d4fabb9e3b5e94ac9a36d9b0ed59ed0c4e21837e diff --git a/website/download/grin-v5.3.1-macos-x86_64.tar.gz b/website/download/grin-v5.3.1-macos-x86_64.tar.gz new file mode 100644 index 0000000..d4c4d61 Binary files /dev/null and b/website/download/grin-v5.3.1-macos-x86_64.tar.gz differ diff --git a/website/download/grin-v5.3.1-win-x86_64-sha256sum.txt b/website/download/grin-v5.3.1-win-x86_64-sha256sum.txt new file mode 100644 index 0000000..af7542c --- /dev/null +++ b/website/download/grin-v5.3.1-win-x86_64-sha256sum.txt @@ -0,0 +1,3 @@ +Algorithm : SHA256 +Hash : 95D8A3BA4F369C300F7FC60D32A6231C79C4CC81873F4F815209D11AE42D0063 +Path : D:\a\grin\grin\target\release\grin-v5.3.1-win-x86_64.zip diff --git a/website/download/grin-v5.3.1-win-x86_64.zip b/website/download/grin-v5.3.1-win-x86_64.zip new file mode 100644 index 0000000..b316f5c Binary files /dev/null and b/website/download/grin-v5.3.1-win-x86_64.zip differ diff --git a/website/download/index.html b/website/download/index.html new file mode 100644 index 0000000..862124d --- /dev/null +++ b/website/download/index.html @@ -0,0 +1,119 @@ + + + + + + + + + + + + Grinminer.net + + + + + + + + + + +
+ +
+ + + + +

HOSTED GRIN NODES & STRATUM SERVERS

+ + + + + + +

ACCOUNTS OPEN Q1 '25

+ + + +
+

downloads

+
+

Grin node software v5.3.1

+
+ Linux x86_64 +
+
+ Linux x86_64 sha256 checksum +
+
+ MacOS x86_64 +
+
+ MacOS x86_64 sha256 checksum +
+
+ Windows x86_64 +
+
+ Windows x86_64 sha256 checksum +
+
+

iPollo G1/G1 mini firmware

+
+ BEST G1/G1 mini v2.5.4 SDcard +
+
+ G1/G1 mini v2.5.4 webflash +
+
+ G1/G1 mini v2.5.2 SDcard +
+
+ G1/G1 mini v2.5.2 webflash +
+ +
+ + + + + + \ No newline at end of file diff --git a/website/download/styles.css b/website/download/styles.css new file mode 100644 index 0000000..997dd2c --- /dev/null +++ b/website/download/styles.css @@ -0,0 +1,389 @@ +/*Grinminer.net CSS style sheet*/ +/* + +FOSS License MIT + +Copyright + +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. + +*/ + +body { + background-color:black; + font-family: sans-serif; + text-align: center; + } + +.ツ { + font-weight: bolder; +} + +.info { + width: 100%; + color: #FEF102; + background-color: black; + border: 10px solid #FF2AD4; + margin-left: auto; + margin-right: auto; + margin-bottom: 100px; + margin-top:40px; + max-width: 1500px; +} + +.banner { + margin-top: 0px; + margin-bottom: 0px; +} + +.title { + margin-top: -50px; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + border: 10px solid #FF2AD4; +} + +.chart-title { + margin-top: 0px; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + border-top: 10px solid #FF2AD4; + border-left: 10px solid #FF2AD4; + border-right: #FF2AD4; + max-width: 1500px; +} + +.links { + font-size: 22px; + float: left; + width: 20%; + margin-top: -45px; + border: 10px solid #FF2AD4; + background-color: black; +} + +.codes { + float: left; + width: 33%; + margin-top: 80px; + margin-bottom: 20px; + } + +.subtitle { + margin-top: 10px; + text-decoration: underline; +} + +h1 { + padding-top: 10px; + padding-bottom: 0px; + border-bottom: 10px solid #FF2AD4; +} + +h2 { + margin-top: 0px; + padding: 0px; +} + +h3 { + margin-bottom: 15px; +} + +.download { + color: #FEF102; + text-decoration: underline; + font-size: 44px; +} +.accounts { + font-size: 22px; + color: #FEF102; +} + +.shill { + color: #FEF102; + font-size: 20px; + border: 10px dotted #FEF102; + margin-bottom: 0px; + } + +p { + font-size: 26px; + text-align: center; + margin-top: -10px; + margin-bottom: -10px; + padding-top: 10px; + padding-bottom: 10px; +} +.contact { + margin-top: -10px; +} + +.whytitle { + width: 100%; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + border: 10px solid #FF2AD4; + margin-top: 20px; + margin-left: auto; + margin-right: auto; + max-width: 1500px; +} + + +.why { + padding-bottom: 0px; + margin-top: 0px; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + } + +img { + display: block; + background-color: black; + margin-left: auto; + margin-right: auto; + margin-top: 0px; + margin-bottom: 0px; + padding-top: 0px; + padding-bottom: 0px; + width: 100%; + border: 10px solid #FF2AD4; + max-width: 1500px; + } + +.images { + display: block; + background-color: black; + margin-left: auto; + margin-right: auto; + margin-top: 0px; + margin-bottom: 20px; + padding-top: 0px; + padding-bottom: 0px; + width: 100%; + border: 10px solid #FF2AD4; + max-width: 1500px; + } + +* { + box-sizing: border-box; + } + +.row { + margin-top: 10px; + margin-bottom: 0px; + } + +.column2 { + float: left; + width: 50%; + padding: 20px; + } + +.nodes { + width: 100%; + background-color: #FF2AD4; + border: 10px solid #FF2AD4; + margin-left: auto; + margin-right: auto; + margin-top: 100px; + margin-bottom: 0px; + padding: 0px; + padding-top: 0px; + padding-bottom: 0px; + max-width: 1500px; +} + + .node { + color: lawngreen; + background-color: darkslategrey; + } + + .blank { + color: darkslategrey; + background-color: darkslategrey; + } + + hr { + size: 10px; + border: 5px solid #FF2AD4; + background-color: #FF2AD4; + } + + .sicknode { + color: tomato; + background-color: darkslategrey; + } + + .node, .sicknode { + font-size: 24px ; + font-style: bold; + font-family: Impact, sans-serif; + padding-bottom: 0px; + margin-top: -30px; + margin-bottom: 0px; + padding top: 0px; + } + + .row::after { + content: ""; + clear: both; + display: table; + } + + .menu { + display: block; + width: 100%; + color: #FEF102; + background-color: black; + border: 10px solid #FF2AD4; + margin-left: auto; + margin-right: auto; + margin-bottom: 0px; + margin-top:10px; + max-width: 1500px; + } + + .servicestitle { + margin-top: 0px; + margin-bottom: 0px; + color: #FEF102; + background-color: darkslategrey; + border-bottom: 20px solid #FF2AD4; + border-top: 10px solid #FF2AD4; + border-left: 10px solid #FF2AD4; + border-right: 10px solid #FF2AD4; + } + + .prices { + display: block; + width: 100%; + margin-top: 0px; + margin-bottom: 100px; + margin-left: auto; + margin-right: auto; + color: #FEF102; + background-color: black; + border-bottom: 10px solid #FF2AD4; + border-top: 10px solid #FF2AD4; + border-left: 10px solid #FF2AD4; + border-right: 10px solid #FF2AD4; + max-width: 1500px; + } + .price { + font-family: monospace; + font-size: 24px; + } + + .watch { + color: #FEF102; + } + + .chart { + width: 100%; + margin-left: auto; + margin-right: auto; + max-width: 1500px; + margin-top: -40px; + margin-bottom: 0px; + border: 10px solid #FF2AD4; + } + + .description { + width: 100%; + color: #FEF102; + background-color: black; + border: 10px solid #FF2AD4; + margin-left: auto; + margin-right: auto; + margin-bottom: 20px; + margin-top:-10px; + padding-top: 0px; + padding-bottom: 10px; + max-width: 1250px; + word-wrap: break-word; +} + + footer { + margin-top: 100px; + margin-bottom: 50px; + font-size: 26px; + text-align: center; + + } + + .donations { + font-size: 24px; + width: auto; + margin: auto; + padding: -15px; + font-style: italic; + color: #FEF102; + background-color: black; + border: 10px solid #FF2AD4; + max-width: 1500px; + margin-bottom: 100px; + } + + .address { + color: #FF2AD4; + } + + .warning1 { + color: red; + font-family: impact; + font-size: 50px; + margin-bottom: 100px; + } + + .warning2 { + color: red; + font-family: impact; + font-size: 50px; + margin-bottom: 100px; + } + + .copyright { + width: auto; + margin: auto; + padding: -15px; + font-style: italic; + color: #FEF102; + background-color: black; + border: 6px solid #FF2AD4; + max-width: 750px; + margin-bottom: 100px; + } + + a { + color: chartreuse; + } + + a:visited { + color: chartreuse; .copyright { + width: auto; + margin: auto; + padding: -15px; + font-style: italic; + background-color: #FEF102; + border: 6px solid #FF2AD4; + max-width: 750px; + margin-top: -100Spx; + } + } + + a:hover { + color: purple; + } + + a:active { + color: orange; + } \ No newline at end of file