mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:50:45 -04:00
daemon: add a status command
Displays current block height and target, net hash, hard fork basic info, and connections. Useful as a basic user friendly "what's going on here" command.
This commit is contained in:
parent
14dd279fe1
commit
9caf52bf5a
5 changed files with 71 additions and 0 deletions
|
@ -73,6 +73,8 @@ public:
|
|||
|
||||
bool show_difficulty();
|
||||
|
||||
bool show_status();
|
||||
|
||||
bool print_connections();
|
||||
|
||||
bool print_blockchain_info(uint64_t start_block_index, uint64_t end_block_index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue