From 9caf52bf5a282bda0b70d8fdc6e39f74883e7043 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 25 Oct 2015 21:18:03 +0000 Subject: 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. --- src/daemon/rpc_command_executor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/rpc_command_executor.h') diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 9ad849434..5df089be2 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -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); -- cgit v1.2.3