readme and screenshot updated

This commit is contained in:
moneroexamples 2017-01-17 02:48:46 +00:00
parent 3b0e2d8698
commit 6fb25387a7
2 changed files with 20 additions and 0 deletions

View File

@ -460,6 +460,26 @@ Example output:
Go to your browser: http://127.0.0.1:8081
## The explorer's command line options
```
./xmrblocks -h
xmrblocks, start Onion Monero Blockchain Explorer:
-h [ --help ] [=arg(=1)] (=0) produce help message
-t [ --testnet ] [=arg(=1)] (=0) use testnet blockchain
--enable-pusher [=arg(=1)] (=0) enable pushing signed tx
-p [ --port ] arg (=8081) default port
-b [ --bc-path ] arg path to lmdb blockchain
--ssl-crt-file arg A path to crt file for ssl (https)
functionality
--ssl-key-file arg A path to key file for ssl (https)
functionality
-c [ --custom-db-path ] arg path to the custom lmdb database used
for searching things
-d [ --deamon-url ] arg (=http:://127.0.0.1:18081)
monero address string
```
## Enable SSL (https)
By default, the explorer does not use ssl. But It has such a functionality.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 862 KiB