Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-04 | contrib/linearize: Add feature to set file's timestamp based on block header ↵ | Jeff Garzik | |
time. | |||
2014-08-24 | contrib/linearize: split block files based on year-month, not just year | Jeff Garzik | |
2014-08-24 | contrib/linearize: Guarantee that output is generated in-order | Jeff Garzik | |
This was typically ensured implicitly by virtue of normal bitcoind operation. Adding an explicit check provides a stronger guarantee, and it is cheap to add. | |||
2014-08-23 | contrib/linearize: split output files based on new-timestamp-year or ↵ | Jeff Garzik | |
max-file-size | |||
2014-08-23 | Update linearize scripts. | Jeff Garzik | |
Break into two steps: * Generate hash list * Build data file(s) from local bitcoind blocks/ directory. This supports building one large bootstrap.dat, or multiple smaller blocks/blkNNNNN.dat files. |