daemon: add a print_pool_stats daemon command

Helps see what's going on now that Monero is getting used
This commit is contained in:
moneromooo-monero 2016-10-23 12:11:07 +01:00
parent 4f6ea2eb6a
commit 839280d5fc
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
6 changed files with 73 additions and 0 deletions

View file

@ -96,6 +96,8 @@ public:
bool print_transaction_pool_short();
bool print_transaction_pool_stats();
bool start_mining(cryptonote::account_public_address address, uint64_t num_threads, bool testnet);
bool stop_mining();