print_coinbase_tx_sum info added to readme

This commit is contained in:
moneroexamples 2017-05-26 09:48:23 +08:00
parent 7df8bccd72
commit 86ff44bb41
1 changed files with 3 additions and 0 deletions

View File

@ -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.