Does Bitcoin security rely on the assumption of nearly continuous transactions?

1

So for an attacker not to overcome good nodes, I believe we rely on the fact that blocks are always being produced, making the attacker essentially outpaced. But in the extreme and ridiculously unlikely case that no Bitcoin transactions occur within a certain sufficiently large time window, could an attacker gain control of the chain and do damage? If not, why?

Zduff

Posted 2019-04-12T13:30:50.147

Reputation: 163

Question was closed 2019-04-12T13:50:11.887

Blocks don't have to contain transactions (other than the coinbase). Is that what you're asking?MCCCS 2019-04-12T13:43:56.360

While your question is approaching the subject from a different angle, I've closed it as a duplicate of the above, because the question's answers explain why the assumption leading to your question doesn't apply. Thanks for your interesting questions recently! :)Murch 2019-04-12T13:52:51.243

Ah, yep, thank you. So if I understand right, there is still a reward for securing the blockchain (adding new blocks) even though there's no peer-to-peer transaction. So blocks are being continuously added no matter what.Zduff 2019-04-12T15:49:11.630

No answers