From 35db6a00ca73e8fd60e1ed0395df9867d59fe676 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 13 May 2018 13:48:37 +0800 Subject: [PATCH] readme corrected --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index df3a924..19be3ee 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,11 @@ The key features of the Onion Monero Blockchain Explorer are: - can prove that you send Monero to someone, - detailed information about mixins, such as, mixins' age, timescale, mixin of mixins, - showing number of amount output indices, - - support Monero testnet network, + - support Monero testnet and stagnet networks, - tx checker and pusher for online pushing of transactions, - estimate possible spendings based on address and viewkey, - - can provide total amount of all miner fees. - - decoding encrypted payment id. + - can provide total amount of all miner fees, + - decoding encrypted payment id, - decoding outputs and proving txs sent to sub-address. @@ -146,10 +146,6 @@ cmake .. make ``` -When compilation finishes executable `xmrblocks` should be created. Before running -please make sure that `~/Downloads` folder exists and is writable. -Time zone library that explorer is using, puts there -its database of time zone offsets To run it: ``` @@ -157,7 +153,14 @@ To run it: ``` By default it will look for blockchain in its default location i.e., `~/.bitmonero/lmdb`. -You can use `--bc-path` option if its in different location. +You can use `-b` option if its in different location. + +For example: + +```bash +./xmrblocks -b /home/mwo/non-defult-monero-location/lmdb/ +``` + Example output: ```bash