mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 22:22:33 -04:00
Daemon: Print estimates for time until fully synced
This commit is contained in:
parent
d1cf16364f
commit
387fd668d1
4 changed files with 199 additions and 12 deletions
|
@ -46,6 +46,7 @@
|
|||
#endif
|
||||
|
||||
#include "crypto/hash.h"
|
||||
#include "cryptonote_config.h"
|
||||
|
||||
/*! \brief Various Tools
|
||||
*
|
||||
|
@ -252,4 +253,6 @@ namespace tools
|
|||
void clear_screen();
|
||||
|
||||
std::vector<std::pair<std::string, size_t>> split_string_by_width(const std::string &s, size_t columns);
|
||||
|
||||
uint64_t cumulative_block_sync_weight(cryptonote::network_type nettype, uint64_t start_block, uint64_t num_blocks);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue