From 9d3d954cc96685f7a350483b3642893c8220cfeb Mon Sep 17 00:00:00 2001 From: sany3001 Date: Fri, 29 Dec 2023 07:30:50 +0100 Subject: [PATCH 1/3] Adding note about effect of missing BTC address --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e60d13f..972a83e 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Update NerdMiner firmware following same flashing steps but only using the file ## NerdMiner configuration After programming, you will only need to setup your Wifi and BTC address. +Note: when BTC address of your selected wallet is not provided, mining will not be started. #### Wifi Accesspoint From ae8eb9c44c0168028833fec54f23af8a030bafd2 Mon Sep 17 00:00:00 2001 From: sany3001 Date: Fri, 29 Dec 2023 07:31:08 +0100 Subject: [PATCH 2/3] Adding formatting to JSON code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 972a83e..1754012 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Note: when BTC address of your selected wallet is not provided, mining will not 1. Format a SD card using Fat32. 1. Create a file named "config.json" in your card's root, containing the the following structure. Adjust the settings to your needs: +``` { "SSID": "myWifiSSID", "WifiPW": "myWifiPassword", @@ -100,6 +101,7 @@ Note: when BTC address of your selected wallet is not provided, mining will not "Timezone": 2, "SaveStats": false } +``` 1. Insert the SD card. 1. Hold down the "reset configurations" button as described below to reset the configurations and/or boot without settings in your nvmemory. 1. Power down to remove the SD card. It is not needed for mining. From a349da9302ab0cb66969235f2de33a269552587d Mon Sep 17 00:00:00 2001 From: sany3001 Date: Fri, 29 Dec 2023 07:45:16 +0100 Subject: [PATCH 3/3] Adding new line for better formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1754012..ab6618b 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Update NerdMiner firmware following same flashing steps but only using the file ## NerdMiner configuration After programming, you will only need to setup your Wifi and BTC address. + Note: when BTC address of your selected wallet is not provided, mining will not be started. #### Wifi Accesspoint