diff --git a/setup-wizard.html b/setup-wizard.html new file mode 100644 index 0000000..8a5216f --- /dev/null +++ b/setup-wizard.html @@ -0,0 +1,546 @@ + + + + + + RustChain Miner Setup Wizard + + + + + + + + +
+ + +
+

+ โ›๏ธ + RustChain Miner Setup +

+

Your guide to mining RTC on vintage hardware

+
+ + +
+
+
+
+

Step 1 of 7

+
+ + +
+ + +
+

๐Ÿ–ฅ๏ธ Platform Detection

+

Let's identify your system to provide the right instructions.

+ +
+
+
+ Operating System: + Detecting... +
+
+ Architecture: + Detecting... +
+
+ Browser: + Detecting... +
+
+
+ + + + +
+ + +
+

๐Ÿ Python Check

+

RustChain miner requires Python 3.6+. Let's verify your installation.

+ +
+

Check Python Version:

+
+ python3 --version +
+ +
+ +
+

+ โœ… Expected: Python 3.6.0 or higher
+ โŒ If not installed, visit python.org/downloads +

+
+ + + +
+ + +
+
+ + +
+

๐Ÿ‘› Wallet Setup

+

Create a new wallet or import an existing one.

+ +
+ + +
+ + + + + +
+ + +
+
+ + +
+

โฌ‡๏ธ Download Miner

+

Download and install the RustChain miner for your platform.

+ +
+

Installation Command:

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

+ Alternative: Manual install from GitHub +

+
+
+ + + +
+ + +
+
+ + +
+

โš™๏ธ Configure Miner

+

Set up your miner configuration.

+ +
+
+
+ + +
+
+ + +
+
+
+ +
+

Configuration File:

+
+ # config.ini +[miner] +wallet_name = my-miner +node_url = https://50.28.86.131 +attestation_interval = 3600 +
+ +
+ +
+ + +
+
+ + +
+

๐Ÿ”Œ Test Connection

+

Verify that you can reach the RustChain node.

+ +
+ + + +
+ +
+ + +
+
+ + +
+

๐ŸŽ‰ Start Mining!

+

You're all set! Run your first attestation to join the network.

+ +
+

Start Miner:

+
+ python3 miner.py --wallet my-miner +
+ +
+ +
+

โœ… Setup Complete!

+

Your miner should now:

+
    +
  • Perform hardware fingerprint checks
  • +
  • Submit attestations every hour
  • +
  • Earn RTC rewards based on your hardware's antiquity score
  • +
  • Appear in the active miners list
  • +
+

+ ๐Ÿ’ก Tip: Keep your miner running 24/7 for maximum rewards! +

+
+ + + + +
+ +
+ + + +
+ + + +