ESP32 serial miner #438
joaquinbvw
started this conversation in
General
Replies: 3 comments 3 replies
-
Nice job! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cool! Will check it out tomorrow |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've tried to upload the code on an ESP32. I've taken the uniqueID.h from the AVR folder, but I get this error while attempting the code upload: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! As I told some Discord users I have an ESP32 serial miner working good. Here is the code. I will try to improve it using two cores since the WiFi is not in use anymore. To have this running you will need to match the baudrate between the Arduino code and the AVR miner python code, it can be 115200 or 500000 maximum (ESP32 doesn't like higher baudrates). Also you will have to copy uniqueID.h and uniqueID.cpp from the Arduino_Code folder to your sketch folder. I've forced the hashrate to be lower too, feel free to change it to whatever value you want it's a delay on line #69, I just did this because a high hashrate results in the server sending higher difficulty jobs and it will give you less coins.
I've been having some problems with the WiFi version, not really sure if it's my internet provider or the code itself. I will work on it too but my involvement will be slower now.
DuinoCoinESP32Serial.txt
Beta Was this translation helpful? Give feedback.
All reactions