JK-Rolling / DuinoCoinI2C_RPI

This project design to mine Duino-Coin using Raspberry Pi or equivalent SBC as a master and Arduino/ATTiny as a slave.
39 stars 15 forks source link

Miner efficiency drop #8

Closed Hive89 closed 2 years ago

Hive89 commented 2 years ago

When starting all miners at the same time the Kolka mechanism seems to have problems and the efficient of all miners is much lower than expected. I added sleep(60) between the start of the different mining threads to avoid this.

Hive89 commented 2 years ago

This seems to be a general problem (https://github.com/revoxhere/duino-coin/issues/1134). the sleep (60) does not fix it (always).