aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/bootstrap_file.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero1-32/+0
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-22/+22
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-22/+22
Useful for debugging users' logs
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-19Add missing semicolons after log statementsmoneromooo-monero1-1/+1
2015-10-17bootstrap_file: do not try to create a directory with an empty namemoneromooo-monero1-10/+13
This will happen if the chosen output file does not have a path specified
2015-08-14blockchain_export: Add --output-file argumentwarptangent1-8/+8
This option will export to the specified file path. The default file path remains <data-dir>/export/blockchain.raw
2015-07-11blockchain_utilities: Increase debug statement's log levelwarptangent1-1/+1
2015-05-15Rename "--block-number" option to "--block-stop"warptangent1-12/+16
Update help output for this and other options.
2015-05-08Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent1-0/+501
Update appropriate files (CMakeLists.txt, README.md)