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 @@ + + +
+ + +Your guide to mining RTC on vintage hardware
+Step 1 of 7
+Let's identify your system to provide the right instructions.
+ +RustChain miner requires Python 3.6+. Let's verify your installation.
+ +python3 --version
+
+ โ
Expected: Python 3.6.0 or higher
+ โ If not installed, visit python.org/downloads
+
Create a new wallet or import an existing one.
+ +โ ๏ธ BACKUP YOUR SEED PHRASE!
+Write these 24 words on paper. Store them safely. Never share them!
+Download and install the RustChain miner for your platform.
+ +curl -sSL https://raw.githubusercontent.com/Scottcjn/Rustchain/main/install-miner.sh | bash
+ + Alternative: Manual install from GitHub +
+Set up your miner configuration.
+ +# config.ini
+[miner]
+wallet_name = my-miner
+node_url = https://50.28.86.131
+attestation_interval = 3600
+ Verify that you can reach the RustChain node.
+ +You're all set! Run your first attestation to join the network.
+ +python3 miner.py --wallet my-miner
+ Your miner should now:
++ ๐ก Tip: Keep your miner running 24/7 for maximum rewards! +
+