ethereum / aleth

Aleth – Ethereum C++ client, tools and libraries
GNU General Public License v3.0
3.97k stars 2.17k forks source link

Warn user of network loss #2011

Open stephantual opened 9 years ago

stephantual commented 9 years ago

If you pull the ethernet will the node is operating and mining, it doesn't warn you - it just starts finding blocks in quick succession even though it seems aware it lost all peers all of a sudden.

Is there a way to do some sort of network sensing warning the user they went offline?

sontol commented 9 years ago

To be fair the Go implementation did the same thing so you could say both are in consensus. Ha ha

subtly commented 9 years ago

Oops. What does it mean that it starts finding blocks in quick succession?

sontol commented 9 years ago

when you're not connected to the network you won't have competition in mining so you will be mining consecutive blocks