readme updated

This commit is contained in:
moneroexamples 2019-10-24 16:25:29 +08:00
parent 69df5ef4b1
commit 6a85c3f1e6
1 changed files with 1 additions and 6 deletions

View File

@ -81,6 +81,7 @@ The key features of the Onion Monero Blockchain Explorer are:
- 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.
- listing RandomX code for each block
## Development branch ## Development branch
@ -168,10 +169,6 @@ xmrblocks, Onion Monero Blockchain Explorer:
--enable-output-key-checker [=arg(=1)] (=0) --enable-output-key-checker [=arg(=1)] (=0)
enable outputs key file checker enable outputs key file checker
--enable-json-api [=arg(=1)] (=1) enable JSON REST api --enable-json-api [=arg(=1)] (=1) enable JSON REST api
--enable-tx-cache [=arg(=1)] (=0) enable caching of transaction details
--show-cache-times [=arg(=1)] (=0) show times of getting data from cache
vs no cache
--enable-block-cache [=arg(=1)] (=0) enable caching of block details
--enable-autorefresh-option [=arg(=1)] (=0) --enable-autorefresh-option [=arg(=1)] (=0)
enable users to have the index page on enable users to have the index page on
autorefresh autorefresh
@ -214,8 +211,6 @@ alias xmrblocksmainnet='~/onion-monero-blockchain-explorer/build/xmrblocks --
alias xmrblockstestnet='~/onion-monero-blockchain-explorer/build/xmrblocks -t --port 8082 --mainnet-url "http://139.162.32.245:8081" --enable-pusher --enable-emission-monitor' alias xmrblockstestnet='~/onion-monero-blockchain-explorer/build/xmrblocks -t --port 8082 --mainnet-url "http://139.162.32.245:8081" --enable-pusher --enable-emission-monitor'
``` ```
These are aliases similar to those used for http://139.162.32.245:8081/ and http://139.162.32.245:8082/, respectively.
## Enable Monero emission ## Enable Monero emission
Obtaining current Monero emission amount is not straight forward. Thus, by default it is Obtaining current Monero emission amount is not straight forward. Thus, by default it is