Skip to content

Commit

Permalink
Merge pull request #278 from sany3001/master
Browse files Browse the repository at this point in the history
Adding note about effect of missing BTC address, formatting improvements
  • Loading branch information
BitMaker-hub authored Jan 22, 2024
2 parents 57f9482 + 5a49ad0 commit 67cfa3e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ Update NerdMiner firmware following same flashing steps but only using the file

After programming, you will only need to setup your Wifi and BTC address.

#### Wifi Configuration
Note: when BTC address of your selected wallet is not provided, mining will not be started.

#### Wifi Accesspoint


1. Connect to NerdMinerAP
- AP: NerdMinerAP
Expand All @@ -107,6 +110,7 @@ After programming, you will only need to setup your Wifi and BTC address.

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",
Expand All @@ -117,6 +121,7 @@ After programming, you will only need to setup your Wifi and BTC address.
"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.
Expand Down

0 comments on commit 67cfa3e

Please sign in to comment.