aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_stats.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System8 hours1-1/+1
|
* blockchain_utilities: fix --data-dir optionjeffro2562026-04-221-3/+2
|
* blockchain-stats: print any remaining data at end of loopHoward Chu2023-01-291-74/+83
| | | | Fix #8711
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-281-0/+1
|
* Tweak format, add option for difficultyHoward Chu2020-08-031-11/+36
| | | | | Set input, output, ringsize averages to 2 decimal places precision Add option to show min/max/av per-block difficulty
* Add options to print daily coin emission and feesHoward Chu2020-08-011-0/+32
| | | | Closes #6735
* Don't forget size of prunable txn partHoward Chu2020-08-011-0/+2
| | | | Fixes #6732
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* blockchain_stats: make it work on pruned blockchainsmoneromooo-monero2019-11-041-2/+2
| | | | It reports the actual size as pruned, however
* Removed Berkeley DB and db switching logicJesus Ramirez2019-09-161-21/+3
|
* blockchain_stats: fix sign in formatting functionmoneromooo-monero2019-04-011-1/+1
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* blockchain_stats: don't use gmtime_r on Windowsmoneromooo-monero2018-11-211-1/+1
| | | | | | In some cases, it doesn't like it (I don't know the details). Factor into a new epee function
* Add stats utilityHoward Chu2018-10-231-0/+337
Report statistics from a blockchain DB