aboutsummaryrefslogtreecommitdiff
path: root/contrib/linearize/README.md
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-2/+2
|
* Updated Linerarize data for DogecoinAlan Cramer2019-07-121-4/+4
| | | | Example data was that of bitcoin. Updated for Dogecoin values.
* Fix various minor linearization script issuesDouglas Roark2017-01-251-2/+8
| | | | | | | - The last-timestamp-encountered variable wasn’t being used properly. Rewrite code to properly allow for new blockchain files to be written when split by month. - Properly set a blockchain file’s access and modify times. - Add a “debug output” option to quiet certain output that might not always be desirable. - Update the README.
* Make linearize scripts Python 3-compatible.Doug2017-01-051-4/+9
|
* Allow linearization scripts to support hash byte reversalDoug2017-01-051-15/+25
| | | | Currently, the linearization scripts require input hashes to be in one endian form. Add support for byte reversal.
* Update Linearize tool to support Windows pathsPaul Georgiou2015-07-101-3/+3
|
* contrib/linearize: Add feature to set file's timestamp based on block header ↵Jeff Garzik2014-09-041-2/+3
| | | | time.
* contrib/linearize: split output files based on new-timestamp-year or ↵Jeff Garzik2014-08-231-0/+3
| | | | max-file-size
* Update linearize scripts.Jeff Garzik2014-08-231-2/+29
| | | | | | | | | 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.
* Finished /Contrib Index. Standardized READMEs.super32013-10-151-0/+2
File and Link Fix.