2023-03-20 01:43:08 +01:00
# NerdSoloMiner
2023-03-20 22:26:17 +01:00
The NerdSoloMiner v2
2023-03-20 01:10:44 +01:00
2023-03-20 01:43:08 +01:00
Original project https://github.com/valerio-vaccaro/HAN
2023-03-20 01:10:44 +01:00
2023-03-20 22:33:20 +01:00
![image ](https://raw.githubusercontent.com/BitMaker-hub/NerdMiner_v2/master/images/NerdMinerv2.jpg )
2023-03-20 01:10:44 +01:00
2023-03-20 01:43:08 +01:00
## Requirements
- TTGO T-Display S3
- 3D BOX
2023-03-20 01:10:44 +01:00
2023-03-20 01:43:08 +01:00
## Description
ESP32 implementing Stratum protocol to mine on solo pool. Pool can be changed but originally works with ckpool.
2023-03-20 01:10:44 +01:00
2023-03-20 22:26:17 +01:00
This project is using ESP32-S3, uses WifiManager to modify miner settings and save them to SPIFF.
2023-03-20 01:43:08 +01:00
2023-03-20 22:26:17 +01:00
This miner is multicore and multithreads, each thread mine a different block template. After 1,000,000 trials the block in refreshed in order to avoid mining on old template.
2023-03-20 01:43:08 +01:00
2023-03-20 22:26:17 +01:00
## TUTORIAL
Create your own miner using the online tool ESPtool and the binary files that you will find in the bin folder.
If you want you can compile the entire project using Arduino, PlatformIO or Expressif IDF.
2023-03-20 01:43:08 +01:00
2023-03-20 22:26:17 +01:00
1. Get a TTGO T-display S3
1. Download this repository
1. Go to ESPtool online: https://espressif.github.io/esptool-js/
1. Load the firmware with the binaries from the bin folder.
2023-03-20 01:43:08 +01:00
2023-03-20 22:26:17 +01:00
Complete tutorial on YouTube:
2023-03-21 00:22:08 +01:00
2023-03-21 00:20:32 +01:00
[![Ver video aquí ](https://img.youtube.com/vi/POUT2R_opDs/0.jpg )](https://youtu.be/POUT2R_opDs)