@@ -237,6 +237,35 @@ Both services use credentials defined in your .env file. By default: Username: a
237
237
Once running, you can access the Grafana dashboard at : ` http://<your-server-ip>:3000`
238
238
<img width="70%" alt="image" src="https://github.com/user-attachments/assets/886e664e-66b9-4144-9439-3c2db82c9e05" />
239
239
240
+ # # 🛠️ Setting Up the NerdQAxe Miner
241
+ Once your backend services (Bitcoin node, CKSolo, InfluxDB, Grafana, and CKStats) are up and running, it’s time to connect your NerdQAxe miner.
242
+
243
+ # ## 1. Configure Primary Stratum Pool
244
+ Head to your NerdQAxe web UI and set the **Primary Stratum Pool** to connect to your local CKSolo instance :
245
+
246
+ - **Stratum Host**: `192.168.1.97`
247
+ *(replace with the IP of your Docker host)*
248
+ - **Stratum Port**: `3333`
249
+ - **Stratum User**: Your full mining address and worker name (e.g., `bc1...nerdqaxe01`)
250
+ - **Stratum Password**: leave as is or set a placeholder like `x`
251
+
252
+ > ⚠️ Don't include `stratum+tcp://` or the port in the host field. The host should be a raw IP or hostname only.
253
+ <img width="1738" height="704" alt="image" src="https://github.com/user-attachments/assets/03335a6c-bac6-40d6-9b4d-4942729755e4" />
254
+
255
+ # ## 2. Configure InfluxDB Integration
256
+ Next, enable InfluxDB metrics reporting so your miner stats appear in Grafana :
257
+
258
+ - ✅ **Enable** the checkbox
259
+ - **Influx URL**: `http://192.168.1.97` *(or your Docker host IP)*
260
+ - **Influx Port**: `8086`
261
+ - **Token**: from your `.env` file
262
+ - **Bucket**: `nerdq_data` (defined in `.env`)
263
+ - **Org**: `muffin_mining` (defined in `.env`)
264
+ - **Prefix**: A unique identifier for the miner, e.g. `nerdq01`
265
+
266
+ After saving, **reboot the miner** for changes to take effect.
267
+ <img width="1382" height="1010" alt="image" src="https://github.com/user-attachments/assets/d5db53c7-8fc0-4597-a5ed-5b52dc1d021f" />
268
+ > 📌 Make sure the `Prefix` matches your naming in the Grafana dashboard to correctly group your stats.
240
269
241
270
242
271
# # Donations are always welcome
@@ -261,4 +290,4 @@ Crypto.com PayString: magicdude$paystring.crypto.com
261
290
🧾 **Recommended Platforms**
262
291
- 👉 [Curve.com](https://www.curve.com/join#DWPXKG6E): Add your Crypto.com card to Apple Pay
263
292
- 🔐 [Crypto.com](https://crypto.com/app/ref6ayzqvp) : Stake and get your free Crypto Visa card
264
- - 📈 [Binance](https://accounts.binance.com/register?ref=13896895) : Trade altcoins easily
293
+ - 📈 [Binance](https://accounts.binance.com/register?ref=13896895) : Trade altcoins easily
0 commit comments