Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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?