| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | really s/Doge/Dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | really s/doge/dis/g this time | Tomo Ueda | 2021-09-02 | 2 | -5/+5 |
| | | |||||
| * | Updated Linerarize data for Dogecoin | Alan Cramer | 2019-07-12 | 4 | -15/+15 |
| | | | | | Example data was that of bitcoin. Updated for Dogecoin values. | ||||
| * | Merge #9580: Fix various minor linearization script issues | Wladimir J. van der Laan | 2017-02-02 | 3 | -18/+41 |
| |\ | | | | | | | b9d95bd Fix various minor linearization script issues (Douglas Roark) | ||||
| | * | Fix various minor linearization script issues | Douglas Roark | 2017-01-25 | 3 | -18/+41 |
| | | | | | | | | | | | | | | | - 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 comments | practicalswift | 2017-01-27 | 1 | -1/+1 |
| |/ | |||||
| * | Remove unused Python imports | practicalswift | 2017-01-13 | 2 | -7/+0 |
| | | |||||
| * | Make linearize scripts Python 3-compatible. | Doug | 2017-01-05 | 3 | -26/+47 |
| | | |||||
| * | Allow linearization scripts to support hash byte reversal | Doug | 2017-01-05 | 4 | -19/+58 |
| | | | | | Currently, the linearization scripts require input hashes to be in one endian form. Add support for byte reversal. | ||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 2 | -2/+2 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Use portable #! in python scripts (/usr/bin/env) | Matthew King | 2016-06-26 | 2 | -2/+2 |
| | | |||||
| * | Update Linearize tool to support Windows paths | Paul Georgiou | 2015-07-10 | 2 | -8/+10 |
| | | |||||
| * | contrib/linearize: Support linearization of testnet blocks | Jeff Garzik | 2015-05-20 | 2 | -2/+14 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 2 | -2/+2 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 2 | -2/+2 |
| | | |||||
| * | Remove genesis block hash from error | Micha | 2014-12-08 | 1 | -1/+1 |
| | | |||||
| * | Make several small string fixes in linearize-data.py | Micha | 2014-12-07 | 1 | -4/+4 |
| | | | | | | | | - Add a space after the fixed string prepended to file names when input or output file changes - Clarify the error message when the genesis block is not found in the hash list (...why do we have this at all?) | ||||
| * | Merge pull request #5051 | Wladimir J. van der Laan | 2014-10-08 | 2 | -98/+162 |
| |\ | | | | | | | aedc74d contrib: make linearize-data.py cope with out-of-order blocks (Wladimir J. van der Laan) | ||||
| | * | contrib: make linearize-data.py cope with out-of-order blocks | Wladimir J. van der Laan | 2014-10-06 | 2 | -98/+162 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: use batched JSON-RPC in linarize-hashes | Wladimir J. van der Laan | 2014-10-06 | 1 | -32/+39 |
| |/ | | | | Batch up to 10000 requests for a ~30x speedup. | ||||
| * | Catch error when done reading files | Suhas Daftuar | 2014-09-11 | 1 | -1/+5 |
| | | |||||
| * | contrib/linearize: Add feature to set file's timestamp based on block header ↵ | Jeff Garzik | 2014-09-04 | 2 | -18/+37 |
| | | | | | time. | ||||
| * | contrib/linearize: split block files based on year-month, not just year | Jeff Garzik | 2014-08-24 | 1 | -14/+15 |
| | | |||||
| * | contrib/linearize: Guarantee that output is generated in-order | Jeff Garzik | 2014-08-24 | 1 | -0/+6 |
| | | | | | | | 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. | ||||
| * | contrib/linearize: split output files based on new-timestamp-year or ↵ | Jeff Garzik | 2014-08-23 | 3 | -9/+39 |
| | | | | | max-file-size | ||||
| * | Update linearize scripts. | Jeff Garzik | 2014-08-23 | 4 | -39/+226 |
| | | | | | | | | | | 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 rpcpassword | Subo1978 | 2014-02-10 | 2 | -3/+3 |
| | | | | | | linearize.py: harmonize rpcpass to rpcpassword according settings in bitcoin.conf | ||||
| * | Update linearize.py defaults to block 279,000 | Micha | 2014-01-18 | 2 | -2/+2 |
| | | |||||
| * | Tweak linearize.py to give more flexibility | Micha | 2014-01-12 | 1 | -2/+5 |
| | | | | | | Add the ability to start at a non-zero height, and allow for appending to an existing file. | ||||
| * | Finished /Contrib Index. Standardized READMEs. | super3 | 2013-10-15 | 3 | -0/+143 |
| File and Link Fix. | |||||