Passionate about Bitcoin since its discovery, I decided to dedicate a part of my life to support its adoption through education. Through my numerous courses, I will try to guide you on your journey down the rabbit hole. Otherwise, I enjoy pool and hiking.
Configuration of your NerdMiner v2
- a Lilygo T-display S3
- a USB-C power supply
- a 3D case: if you have a 3D printer, you can download the 3D file otherwise you can buy one on the Silexperience online store.
- a PC with Chrome Browser installed
- an internet connection
- a bitcoin address
Step 1: Preparation of the Webflasher
Step 2: Connecting the ESP-32
Step 3: NerdMiner Configuration
| Pool URL | Port | URL | Status |
| public-pool.io | 21496 | https://web.public-pool.io | Default Solo and open-source mining pool |
| pool.nerdminer.io | 3333 | https://nerdminer.io | Maintained by CHMEX |
| pool.vkbit.com | 3333 | https://vkbit.com/ | Maintained by djerfy |
NerdMiner Operation
- The main screen provides access to the statistics of your NerdMiner.
- The second screen provides access to the time, your hashrate, the price of bitcoin, and the block height.
- The third screen provides access to statistics on the global bitcoin mining network.
Preliminary steps for Linux users
- Identify the associated port:
- Connect your ESP-32 to your computer.
- Open a terminal.
- Enter the following command to list all ports:
dmesg | grep tty- or
ls /dev/tty*
- To be certain of the port, you can proceed by elimination by repeating the command without the ESP-32 being connected.
- Change the permission of the associated port:
- By default, access to serial ports may require root permissions, so we will make them available by adding your user to the
dialoutgroup.sudo usermod -a -G dialout YOUR_USERNAME, replaceYOUR_USERNAMEwith your username.- then log out and log back in as this user, or restart the system to ensure that the group changes take effect.
Conclusion
Estimating the probability of winning
Additional Information
Author
This tutorial has been written by Rogzy
You can say thanks by tipping the professor.
Credits
This tutorial has been proofread by Asi0Flammeus
Even if this content is in its original language, human review is necessary to ensure its accuracy.
Asi0Flammeus1 021 sats511 satsEvery content on the platform is the result of a collaborative effort: each lesson, translation, and revision is made possible by the work of contributors. For this reason, we are always looking for proofreaders who can review our content in many languages. If you want to participate in the proofreading process, please reach out in our Telegram group and read our tutorial. We remind you that this content is open-source - licensed under CC BY-SA - so it can be freely shared and used, as long as the original source is credited.
