Post
Topic
Board Bitcoin Discussion
Re: How exactly would a 51% attack work?
by
pointbiz
on 22/11/2011, 00:28:03 UTC
The blockchain should have checkpoints every X blocks to limit the time the attacker has to act.  Then if you wait 2x blocks you should be pretty safe.  Blocks 1 to x are checkpointed by block x+1, which itself will be checkpointed by block 2x+1.

I think the bitcoin client already does this.