mirror of
https://github.com/monero-project/monero.git
synced 2025-05-10 09:54:57 -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
|
@ -63,6 +63,8 @@ public:
|
|||
|
||||
bool show_difficulty(const std::vector<std::string>& args);
|
||||
|
||||
bool show_status(const std::vector<std::string>& args);
|
||||
|
||||
bool print_connections(const std::vector<std::string>& args);
|
||||
|
||||
bool print_blockchain_info(const std::vector<std::string>& args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue