Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-14 | blockchain_export: Add --output-file argument | warptangent | 1 | -5/+10 | |
This option will export to the specified file path. The default file path remains <data-dir>/export/blockchain.raw | |||||
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 | 1 | -8/+8 | |
Update help output for this and other options. | |||||
2015-05-08 | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 1 | -0/+154 | |
Update appropriate files (CMakeLists.txt, README.md) |