aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/bootstrap_file.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2020-10-18Allow setting start block on exportHoward Chu1-5/+5
And make import honor the starting block# recorded in a bootstrap file
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
5ef0607da Update copyright year to 2020 (SomaticFanatic)
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett1-1/+0
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero1-1/+1
Based on Boolberry work by: jahrsg <jahr@jahr.me> cr.zoidberg <crypto.zoidberg@gmail.com>
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-1/+2
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-1/+1
It's nasty, and actually breaks on Solaris, where if.h fails to build due to: struct map *if_memmap;
2017-09-17Use actual batch size for resize estimatesHoward Chu1-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
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero1-10/+0
2016-03-05blockchain_export: Move DB implementation includeswarptangent1-2/+0
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-10-17blockchain_export can now export to a blocks.dat formatmoneromooo-monero1-18/+1
Also make the number of blocks endian independant, and add support for testnet
2015-08-14blockchain_export: Add --output-file argumentwarptangent1-3/+3
This option will export to the specified file path. The default file path remains <data-dir>/export/blockchain.raw
2015-05-08Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent1-0/+116
Update appropriate files (CMakeLists.txt, README.md)