I know its astronomically improbable, but say a malicious node "wins" the proof of work inherent to the Bitcoin protocol. If a malicious node simply waited indefinitely, or maliciously disconnected during the block creation process, what would the Bitcoin network do about it? If a block isn't created will the network just hang indefinitely, or is there some way of overcoming a halt like this?
Asked
Active
Viewed 75 times
3
-
Possible duplicate of https://bitcoin.stackexchange.com/q/22978/5406 – Murch Oct 07 '19 at 18:04
1 Answers
4
The other miners will not be aware that this malicious miner has find the correct hash(win) since he has not propagate it, so they will still try to find the correct hash and some second later one of them will find it correct and propagate it, then cycle will repeat again without anyone knowing that this malicious miner has win second before the one that has officially win it.

Saxtheowl
- 2,800
- 9
- 17
- 35
-
-
There is no competition between miners in proof of stake, it depend on the implementation but for EOS for example which is Delegated proof of stake, if one of the 21 selected current "block producer" is unable or refuse to publish one of his block, the code force the next scheduled block producer to take his place. – Saxtheowl Oct 06 '19 at 17:58