List of problematic blocks

3

Is there a list of problematic blocks? I mean blocks in official blockchain that may cause carelessly written bitcoin client to stuck after receiving them? Can you provide a link for further reading about different type of such blocks and ways to cope with them?

Note: The most similar question I found is Is there a listing of strange or unusual scripts found in transactions?

fafkulec

Posted 2013-01-12T03:39:59.563

Reputation: 31

Question was closed 2013-02-08T19:52:17.687

This question is impossible to answer without knowing what defects these hypothetical clients have.Nick ODell 2013-02-07T08:06:07.557

Hi fafkulec, this question is getting votes to be closed because there's not really any way to answer it, and the bitcoin stack exchange is really designed for questions that can be answered authoritatively and concretely. This isn't any reflection on you--it's just how the site stays on track instead of drifting into a kind of general forum full of impossible-to-verify opinions.eMansipater 2013-02-08T05:33:53.820

Answers

1

Lets see, I can't provide you a list with reference, but off the top of my head:

  • There are blocks that have the same coinbase transactions as previous blocks (I have heard of two, seen one so far)
  • There are transactions in a block that send a lot of coins to an address of "0" (they were intended for MtGox, but someone made a mistake in their code)
  • There are transactions that have multiple opcodes for verifying signatures
  • There are a lot of transactions that put some data on the stack and get rid of it
  • There are transactions that use other verification methods than signatures (for example, passwords)

Those are to my knowledge the cases that could cause the most trouble for poorly implemented clients

ThePiachu

Posted 2013-01-12T03:39:59.563

Reputation: 41 594