aboutsummaryrefslogtreecommitdiff
path: root/contrib/linearize/example-linearize.cfg
Commit message (Collapse)AuthorAgeFilesLines
* really s/doge/dis/g this timeTomo Ueda2021-09-021-3/+3
|
* Updated Linerarize data for DogecoinAlan Cramer2019-07-121-8/+8
| | | | Example data was that of bitcoin. Updated for Dogecoin values.
* Merge #9580: Fix various minor linearization script issuesWladimir J. van der Laan2017-02-021-1/+12
|\ | | | | | | b9d95bd Fix various minor linearization script issues (Douglas Roark)
| * Fix various minor linearization script issuesDouglas Roark2017-01-251-1/+12
| | | | | | | | | | | | | | - 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.
* | [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
|/
* Allow linearization scripts to support hash byte reversalDoug2017-01-051-1/+3
| | | | Currently, the linearization scripts require input hashes to be in one endian form. Add support for byte reversal.
* contrib/linearize: Support linearization of testnet blocksJeff Garzik2015-05-201-0/+10
|
* contrib: make linearize-data.py cope with out-of-order blocksWladimir J. van der Laan2014-10-061-0/+2
| | | | | | | | | | | | 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).
* contrib/linearize: split output files based on new-timestamp-year or ↵Jeff Garzik2014-08-231-0/+1
| | | | max-file-size
* Update linearize scripts.Jeff Garzik2014-08-231-4/+8
| | | | | | | | | 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.
* linearize.py: Harmonize rpcpass to rpcpasswordSubo19782014-02-101-1/+1
| | | | | linearize.py: harmonize rpcpass to rpcpassword according settings in bitcoin.conf
* Update linearize.py defaults to block 279,000Micha2014-01-181-1/+1
|
* Finished /Contrib Index. Standardized READMEs.super32013-10-151-0/+12
File and Link Fix.