Diablo-D3 / DiabloMiner

OpenCL miner for Bitcoin
https://bitcointalk.org/index.php?topic=1721.0
GNU General Public License v3.0
538 stars 217 forks source link

Start calculation after restoring internet connection #73

Closed igorwojda closed 11 years ago

igorwojda commented 11 years ago

Hello

I left my PC for a week and during this time I had no internet connection for a while (not sure how long). DM displayed error and did nothing after connection was restored ;/

If connection is lost I believe DM should check if connection is restored ex. every 30s and resume calculations if machine is back online.

Diablo-D3 commented 11 years ago

It already does, and it does so on every attempt instead of every 30 seconds. I suspect you screwed up Java's internal network state by leaving DM try to reconnect for so long, which makes this a Java bug not a DM bug.