From 17d2f20b6110cb91b35ae886f2a90be023b98786 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 4 Apr 2026 19:30:14 +1100 Subject: [PATCH] feat: Add setup page and OG --- templates/404.html | 15 ++++++- templates/assets/css/index.css | 28 ++++++++++++- templates/index.html | 19 +++++++++ templates/setup-miner.html | 73 ++++++++++++++++++++++++++++++++++ 4 files changed, 132 insertions(+), 3 deletions(-) create mode 100644 templates/setup-miner.html diff --git a/templates/404.html b/templates/404.html index acea536..3d9d833 100644 --- a/templates/404.html +++ b/templates/404.html @@ -4,8 +4,19 @@ - Nathan.Woodburn/ - + Firepool | Page Not Found + + + + + + + + + + + + diff --git a/templates/assets/css/index.css b/templates/assets/css/index.css index 75b56a1..163177f 100644 --- a/templates/assets/css/index.css +++ b/templates/assets/css/index.css @@ -389,4 +389,30 @@ th { color: var(--accent); text-decoration: none; font-weight: 500; -} \ No newline at end of file +} + +.setup-panel { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + gap: 12px; +} + +.setup-link { + display: inline-flex; + align-items: center; + justify-content: center; + padding: 10px 14px; + border-radius: 10px; + border: 1px solid var(--panel-border); + color: #fff; + text-decoration: none; + font-weight: 600; + background: linear-gradient(120deg, #ff6b35, #ff8c42); + transition: opacity 0.2s; +} + +.setup-link:hover { + opacity: 0.9; +} diff --git a/templates/index.html b/templates/index.html index da79f2b..627157c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,17 @@ Firepool | Woodburn + + + + + + + + + + + @@ -124,6 +135,14 @@ + +
+
+

Setup a Miner

+

New to the pool? Follow the quick start guide to get your worker online.

+
+ Open Miner Setup Guide +
diff --git a/templates/setup-miner.html b/templates/setup-miner.html new file mode 100644 index 0000000..b8c7693 --- /dev/null +++ b/templates/setup-miner.html @@ -0,0 +1,73 @@ + + + + + + + Firepool | Miner Setup Guide + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+

Firepool

+

Miner Setup Guide

+

Placeholder instructions until final setup docs are published.

+
+
+ +
+
+

Step 1: Install Mining Software

+

Placeholder: Download and install Fistbump pool miner.

+
+
+ +
+
+

Step 2: Configure Pool Connection

+

Placeholder pool endpoint:

+

pool.woodburn.au:32871

+

Use your wallet address as username. Optional rig naming format:

+

- yourAddress

+

- yourAddress.rig1

+
+
+ +
+
+

Step 3: Start Miner

+

Placeholder command (update with your actual address and any other options):

+

miner --host pool.woodburn.au --user yourAddress

+
+
+ +
+
+

Step 4: Verify on Dashboard

+

After starting your miner, go back to the dashboard and search your address to confirm worker hashrate and accepted shares.

+
+ Back to Dashboard +
+
+ + +