mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
readme corrected
This commit is contained in:
parent
1b6c8b2bbf
commit
35db6a00ca
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
@ -74,11 +74,11 @@ The key features of the Onion Monero Blockchain Explorer are:
|
||||||
- can prove that you send Monero to someone,
|
- can prove that you send Monero to someone,
|
||||||
- detailed information about mixins, such as, mixins' age, timescale, mixin of mixins,
|
- detailed information about mixins, such as, mixins' age, timescale, mixin of mixins,
|
||||||
- showing number of amount output indices,
|
- 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,
|
- tx checker and pusher for online pushing of transactions,
|
||||||
- estimate possible spendings based on address and viewkey,
|
- estimate possible spendings based on address and viewkey,
|
||||||
- can provide total amount of all miner fees.
|
- can provide total amount of all miner fees,
|
||||||
- decoding encrypted payment id.
|
- decoding encrypted payment id,
|
||||||
- decoding outputs and proving txs sent to sub-address.
|
- decoding outputs and proving txs sent to sub-address.
|
||||||
|
|
||||||
|
|
||||||
|
@ -146,10 +146,6 @@ cmake ..
|
||||||
make
|
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:
|
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`.
|
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:
|
Example output:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue