Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dl1lmh/esp32-ethernet-duino-coin
Duino-Coin Miner on ESP32 with LAN
https://github.com/dl1lmh/esp32-ethernet-duino-coin
coin cryptocoins cryptocurrency duino duino-coin duino-coin-miner duinocoin esp32 lan8720 mining olimex platformio poe tlk110 visual-studio visual-studio-code w5500
Last synced: 4 days ago
JSON representation
Duino-Coin Miner on ESP32 with LAN
- Host: GitHub
- URL: https://github.com/dl1lmh/esp32-ethernet-duino-coin
- Owner: dl1lmh
- License: mit
- Created: 2023-12-27T21:22:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T09:51:30.000Z (11 months ago)
- Last Synced: 2024-01-24T11:45:23.145Z (11 months ago)
- Topics: coin, cryptocoins, cryptocurrency, duino, duino-coin, duino-coin-miner, duinocoin, esp32, lan8720, mining, olimex, platformio, poe, tlk110, visual-studio, visual-studio-code, w5500
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to another ESP32-Duinocoin Miner for LAN!
The original ESP32 Duino coin miner modified for ESP32 operation with LAN connection.
Built with Microsoft Visual Studio Code and Platformio## Documentation
Please read the original documentation at [/revoxhere/duino-coin](https://github.com/revoxhere/duino-coin)
## Hardware-Info
### Usable boards
Boards used so far.
I would be happy to test with other boards if I get suggestions for boards.
|Board Name|Manufacturer|Tested|
|--|--|--|
|ESP32-POE-ISO|OLIMEX| Yes |
|ESP32-POE-ISO-EA|OLIMEX| Yes |
|ESP32-POE-ISO-EA-IND|OLIMEX| Yes |
|ESP32-POE-ISO-IND|OLIMEX| Yes |
|ESP32-POE-ISO-WROVER|OLIMEX| No |
|ESP32-POE-ISO-WROVER-EA|OLIMEX| No |### ETH.h library supported chips
The original used ETH.h-Library supports a few LAN-Chips.
I would be happy to test with other boards if I get suggestions for boards.
|Chip|Tested|
|--|--|
|LAN8720| Yes |
|TLK110| No |
|W5500| No |### Kown Bugs
Dashboard is not working...## ToDo-List
- [ ] Code-Cleanup
- [ ] Add DHCP/Static-IP selection
- [ ] Code-Reorganisation- [ ] Some of your ideas?