mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
readme updated
This commit is contained in:
parent
69df5ef4b1
commit
6a85c3f1e6
1 changed files with 1 additions and 6 deletions
|
@ -81,6 +81,7 @@ The key features of the Onion Monero Blockchain Explorer are:
|
|||
- can provide total amount of all miner fees,
|
||||
- decoding encrypted payment id,
|
||||
- decoding outputs and proving txs sent to sub-address.
|
||||
- listing RandomX code for each block
|
||||
|
||||
|
||||
## Development branch
|
||||
|
@ -168,10 +169,6 @@ xmrblocks, Onion Monero Blockchain Explorer:
|
|||
--enable-output-key-checker [=arg(=1)] (=0)
|
||||
enable outputs key file checker
|
||||
--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 users to have the index page on
|
||||
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'
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
Obtaining current Monero emission amount is not straight forward. Thus, by default it is
|
||||
|
|
Loading…
Reference in a new issue