Go to file
BitMaker-hub b694c25d28 Bin files + Readme
- Added bin files
- Added readme
2023-03-20 22:26:17 +01:00
bin Bin files + Readme 2023-03-20 22:26:17 +01:00
images Readme edited, added some other files 2023-03-20 01:43:08 +01:00
Lib Initial commit release 1 2023-03-20 01:10:44 +01:00
TFT_setup Initial commit release 1 2023-03-20 01:10:44 +01:00
LICENSE Initial commit release 1 2023-03-20 01:10:44 +01:00
mining.cpp Initial commit release 1 2023-03-20 01:10:44 +01:00
mining.h Initial commit release 1 2023-03-20 01:10:44 +01:00
NerdMinerV2.ino Initial commit release 1 2023-03-20 01:10:44 +01:00
README.md Bin files + Readme 2023-03-20 22:26:17 +01:00
wManager.cpp Initial commit release 1 2023-03-20 01:10:44 +01:00
wManager.h Initial commit release 1 2023-03-20 01:10:44 +01:00

NerdSoloMiner

The NerdSoloMiner v2

Original project https://github.com/valerio-vaccaro/HAN

image

Requirements

  • TTGO T-Display S3
  • 3D BOX

Description

ESP32 implementing Stratum protocol to mine on solo pool. Pool can be changed but originally works with ckpool.

This project is using ESP32-S3, uses WifiManager to modify miner settings and save them to SPIFF.

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.

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.

  1. Get a TTGO T-display S3
  2. Download this repository
  3. Go to ESPtool online: https://espressif.github.io/esptool-js/
  4. Load the firmware with the binaries from the bin folder.

Complete tutorial on YouTube:

Ver video aquí