Leozolt

Results 4 issues of Leozolt

When a new block is announced while the miner is reading the disks, some drives (the drives that did not finish yet) do not get read in the next blocks....

Status: help wanted
Priority: Medium
Status: To check

Recently discovered that a transaction got deducted double on explorer balance. ![Screenshot_from_2022-08-30_15-28-28](https://user-images.githubusercontent.com/26518970/188236297-787987ee-6da2-4ac4-9b61-ccade4372ba5.png) See how the balance goes from 16k to 14k? Now there is another coin where i didnt check...

The mine.c code seems to be wired to submit any deadline to (duray) pool using mine_pool_all. Commenting out line 187,189 & 222,224 in mine.c fixed that for me.

Hello, I have encountered a similar Issue with compiling the software on esp8266 -> similar? : #7 something with **`error: invalid conversion from 'void (*)(char)' to 'void*'`** I am unable...