mirror of
https://github.com/monero-project/monero.git
synced 2025-12-06 12:51:24 -08: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user