Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-14 | blockchain_import: Add --input-file option | warptangent | 1 | -1/+9 | |
This option specifies the input file path for importing. The default remains <data-dir>/export/blockchain.raw | |||||
2015-08-14 | blockchain_import: Updates for naming consistency | warptangent | 1 | -15/+14 | |
2015-08-14 | Merge pull request #374 | Riccardo Spagni | 3 | -16/+21 | |
97c5faa blockchain_export: Add --output-file argument (warptangent) | |||||
2015-08-14 | blockchain_export: Add --output-file argument | warptangent | 3 | -16/+21 | |
This option will export to the specified file path. The default file path remains <data-dir>/export/blockchain.raw | |||||
2015-08-14 | doc: hammer the fact that the raw file isn't blockchain.bin | moneromooo-monero | 1 | -1/+2 | |
2015-07-15 | Merge pull request #334 | Riccardo Spagni | 4 | -8/+8 | |
fd73d9c Check and resize if needed at batch transaction start (warptangent) f9e4afd blockchain_utilities: Increase debug statement's log level (warptangent) 699e4b3 blockchain_utilities: Pass expected number of blocks when starting batch (warptangent) 6e170c8 Optionally allow DB to know expected number of blocks at batch transaction start (warptangent) | |||||
2015-07-11 | blockchain_utilities: Increase debug statement's log level | warptangent | 1 | -1/+1 | |
2015-07-11 | blockchain_utilities: Pass expected number of blocks when starting batch | warptangent | 2 | -4/+4 | |
2015-07-11 | Optionally allow DB to know expected number of blocks at batch transaction start | warptangent | 1 | -3/+3 | |
This will assist in a DB resize check. | |||||
2015-07-07 | blockchain_utilities/README.md: add workaround for resizing in batch mode | moneromooo-monero | 1 | -0/+3 | |
2015-07-07 | blockchain_utilities/README.md: add high level "what is this about" | moneromooo-monero | 1 | -1/+7 | |
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 1 | -8/+13 | |
2015-05-16 | Support debugging command --pop-blocks on in-memory blockchain | warptangent | 1 | -9/+14 | |
Add public method blockchain_storage::debug_pop_block_from_blockchain() Ensure blockchain_import calls destructors before exit. To test: DATABASE=memory make release // create blockchain.bin from blockchain.raw if needed build/release/bin/blockchain_import --block-stop 1000 // try popping a single block build/release/bin/blockchain_import --pop-blocks 1 | |||||
2015-05-16 | Allow BlockchainLMDB to be opened in read-only mode | warptangent | 1 | -2/+5 | |
Have blockchain_export use read-only mode when source is BlockchainLMDB. | |||||
2015-05-15 | Rename "--block-number" option to "--block-stop" | warptangent | 3 | -46/+45 | |
Update help output for this and other options. | |||||
2015-05-15 | Check if chunk size is zero instead of negative | warptangent | 1 | -2/+2 | |
This corrects an unnecessary check and fixes compile error on OS X. | |||||
2015-05-08 | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 9 | -0/+2274 | |
Update appropriate files (CMakeLists.txt, README.md) |