aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/bootstrap_file.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Allow setting start block on exportHoward Chu2020-10-181-5/+5
| | | | And make import honor the starting block# recorded in a bootstrap file
* Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | | | | | Update copyright year to 2020
* | Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-311-1/+0
|/
* Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-241-1/+1
| | | | | | Based on Boolberry work by: jahrsg <jahr@jahr.me> cr.zoidberg <crypto.zoidberg@gmail.com>
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+2
|
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-1/+1
| | | | | | | It's nasty, and actually breaks on Solaris, where if.h fails to build due to: struct map *if_memmap;
* Use actual batch size for resize estimatesHoward Chu2017-09-171-0/+2
| | | | | | | And optimize import startup: Remember start_height position during initial count_blocks pass to avoid having to reread entire file again to arrive at start_height
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+1
|
* remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero2016-08-281-10/+0
|
* blockchain_export: Move DB implementation includeswarptangent2016-03-051-2/+0
|
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* blockchain_export can now export to a blocks.dat formatmoneromooo-monero2015-10-171-18/+1
| | | | | Also make the number of blocks endian independant, and add support for testnet
* blockchain_export: Add --output-file argumentwarptangent2015-08-141-3/+3
| | | | | | This option will export to the specified file path. The default file path remains <data-dir>/export/blockchain.raw
* Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent2015-05-081-0/+116
Update appropriate files (CMakeLists.txt, README.md)