Go to file
2023-04-17 11:53:26 +02:00
.vscode Migrated to platformio platform 2023-04-07 00:43:20 +02:00
3d_files Improve README 2023-04-07 00:48:10 +02:00
bin changed: 2023-04-17 02:07:18 +02:00
images Readme edited, added some other files 2023-03-20 01:43:08 +01:00
lib/TFT_eSPI changed: 2023-04-17 02:07:18 +02:00
src changed: Clean messages not used and added error parameter in debug. 2023-04-17 11:53:26 +02:00
TFT_setup changed: 2023-04-17 02:07:18 +02:00
.gitignore changed: added platformio support 2023-04-17 02:06:18 +02:00
LICENSE Update LICENSE 2023-03-20 23:20:58 +01:00
platformio.ini changed: 2023-04-17 02:07:18 +02:00
README.md Improve README 2023-04-07 00:48:10 +02:00

NerdSoloMiner

The NerdSoloMiner v2

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

image

Requirements

  • TTGO T-Display S3
  • 3D BOX here

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í

DEVELOPMENT

You can use platformio pltaform to develop this project.