Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-06 | contrib: make linearize-data.py cope with out-of-order blocks | Wladimir J. van der Laan | |
Make it possible to read blocks in any order. This will be required after headers-first (#4468), so should be merged before that. - Read block header. For expected blocks, continue, else skip. - For in-order blocks: copy block contents directly. Write prior out-of-order blocks if this connects a consecutive span. - For out-of-order blocks, store extents of block data for later retrieval. Cache out-of-order blocks in memory up to 100MB (configurable). | |||
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. | |||
2014-02-10 | linearize.py: Harmonize rpcpass to rpcpassword | Subo1978 | |
linearize.py: harmonize rpcpass to rpcpassword according settings in bitcoin.conf | |||
2014-01-18 | Update linearize.py defaults to block 279,000 | Micha | |
2013-10-15 | Finished /Contrib Index. Standardized READMEs. | super3 | |
File and Link Fix. |