Test vectors for bitcoin core (blocks and transactions) needed

1

1

I am looking for test vectors to test edge cases of an implementation. For instance:

  • "Unusual" blocks that made it to the blockchain
  • Non standard transactions that made it to the blockchain

Anything else that will help in testing the implementation. I have already obtained test vectors for secp256k1, so those are not needed. (If anyone needs them please comment below).

Jus12

Posted 2017-12-31T13:59:14.473

Reputation: 1 243

1Block 501726? (Block reward)MCCCS 2017-12-31T14:31:18.957

@MCCCS good one. Any other examples?Jus12 2017-12-31T19:15:22.020

No answers