Post
Topic
Board Bitcoin Discussion
Re: Bitcoin-Qt / bitcoind version 0.8.0 released
by
Pieter Wuille
on 20/02/2013, 22:56:37 UTC
You can remove blk0001.dat, blk0002.dat, blk0003.dat and blkindex.dat from the data directory after a reindex is complete and you are caught up with the blockchain (and you don't plan on going back to an older version). Only blkindex should actually be using disk space, as the old BLK000x data are moved upon upgrade, and the blk000x.dat files you see there are hardlinks (shortcuts) on any filesystem that supports hardlinking.

Correct.

Technically, you don't even need to wait for the reindex to complete (as reindexing uses the block files in blocks/blk* to build chainstate and blocks/index).