From 86ff44bb418a0ff1f11009bcca41e44c29769e7d Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 26 May 2017 09:48:23 +0800 Subject: [PATCH] print_coinbase_tx_sum info added to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e979768..b83806f 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,9 @@ Every 10000 blocks, the thread will save current emission in a file, by default, ``` Monero emission (fees) is 14485540.430 (52545.373) as of 1313448 block ``` + +The values given, can be checked using Monero daemon's `print_coinbase_tx_sum` command. +For example, for the above example: `print_coinbase_tx_sum 0 1313449`. To disable the monitor, simply restart the explorer without `--enable-emission-monitor` flag.