pankajk / blockchain

Automatically exported from code.google.com/p/blockchain
0 stars 0 forks source link

Only some blocks show up #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

./blockchain.out ~/.bitcoin/blocks/ | grep Timestamp | sort

Output:

Timestamp : 01/03/2009 11:15:05 MST
Timestamp : 04/24/2011 11:56:35 MST
…
Timestamp : 04/25/2011 00:03:53 MST
…
Timestamp : 04/25/2011 09:53:53 MST

(172 lines in total)

What is the expected output? What do you see instead?
I only get information for some blocks.

What version of the product are you using? On what operating system?
recent version on Linux 3.10.17
My blockchain is from bitcoin-qt v0.8.5-beta

Perhaps my blockchain is corrupt?

Original issue reported on code.google.com by alan.ave...@gmail.com on 4 Dec 2013 at 8:23