Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-24 | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 1 | -1/+1 | |
Based on Boolberry work by: jahrsg <jahr@jahr.me> cr.zoidberg <crypto.zoidberg@gmail.com> | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -1/+2 | |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 1 | -1/+1 | |
It's nasty, and actually breaks on Solaris, where if.h fails to build due to: struct map *if_memmap; | |||||
2017-09-17 | Use actual batch size for resize estimates | Howard Chu | 1 | -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-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -1/+1 | |
2016-08-28 | remove original Cryptonote blockchain_storage blockchain format | moneromooo-monero | 1 | -10/+0 | |
2016-03-05 | blockchain_export: Move DB implementation includes | warptangent | 1 | -2/+0 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-10-17 | blockchain_export can now export to a blocks.dat format | moneromooo-monero | 1 | -18/+1 | |
Also make the number of blocks endian independant, and add support for testnet | |||||
2015-08-14 | blockchain_export: Add --output-file argument | warptangent | 1 | -3/+3 | |
This option will export to the specified file path. The default file path remains <data-dir>/export/blockchain.raw | |||||
2015-05-08 | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 1 | -0/+116 | |
Update appropriate files (CMakeLists.txt, README.md) |