aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/bootstrap_file.cpp
Commit message (Collapse)AuthorAgeFilesLines
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* Add missing semicolons after log statementsmoneromooo-monero2015-12-191-1/+1
|
* bootstrap_file: do not try to create a directory with an empty namemoneromooo-monero2015-10-171-10/+13
| | | | | This will happen if the chosen output file does not have a path specified
* blockchain_export: Add --output-file argumentwarptangent2015-08-141-8/+8
| | | | | | This option will export to the specified file path. The default file path remains <data-dir>/export/blockchain.raw
* blockchain_utilities: Increase debug statement's log levelwarptangent2015-07-111-1/+1
|
* Rename "--block-number" option to "--block-stop"warptangent2015-05-151-12/+16
| | | | Update help output for this and other options.
* Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent2015-05-081-0/+501
Update appropriate files (CMakeLists.txt, README.md)