From ca08b7c84bfabce4f2eb46a4b276834e843420d3 Mon Sep 17 00:00:00 2001 From: TheFrogEcliptia Date: Mon, 9 Feb 2026 23:55:15 -0400 Subject: [PATCH] feat: implement miner setup wizard (Bounty #47) --- tools/setup-wizard/index.html | 105 ++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 tools/setup-wizard/index.html diff --git a/tools/setup-wizard/index.html b/tools/setup-wizard/index.html new file mode 100644 index 0000000..57867b4 --- /dev/null +++ b/tools/setup-wizard/index.html @@ -0,0 +1,105 @@ + + + + + + RustChain Miner Setup Wizard + + + +
+

🐸 RustChain Miner Setup

+ + +
+

Step 1: System Detection

+

We are detecting your hardware profile to provide the best mining commands.

+
Detecting...
+

Recommended Architecture: Pending...

+
+ + +
+

Step 2: Install Dependencies

+

Run this command in your terminal to prepare your environment:

+
+ sudo apt-get update && sudo apt-get install -y python3 python3-venv python3-pip curl +
+
+ + +
+

Step 3: One-Line Installation

+

Copy and paste this command to download and set up the miner:

+
+ curl -sSL https://raw.githubusercontent.com/Scottcjn/Rustchain/main/install-miner.sh | bash +
+
+ + +
+

Step 4: Verify Attestation

+

Check if your miner is successfully attesting to the network:

+
+ curl -sk https://50.28.86.131/api/miners | grep YOUR_WALLET_NAME +
+

Note: Use -k if the node uses a self-signed certificate.

+
+ + +
+ + + +