From de62e7486ad3f30bf3c91ded6e35526b9a4bc7c4 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 4 May 2017 14:30:28 +0800 Subject: [PATCH] example of aliases added to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86ab178..cc2936c 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,11 @@ xmrblocks, start Onion Monero Blockchain Explorer: Example usage, defined as bash aliases. ```bash -alias xmrblockstestnet='~/onion-monero-blockchain-explorer/build/xmrblocks -t --port 8082 --no-blocks-on-index 24 --mainnet-url "http://139.162.32.245:8081" --enable-block-cache=1 --enable-tx-cache=1 --enable-mempool-cache=1 --show-cache-times=1 --enable-pusher' +# for mainnet explorer alias xmrblocksmainnet='~/onion-monero-blockchain-explorer/build/xmrblocks --port 8081 --no-blocks-on-index 49 --testnet-url "http://139.162.32.245:8082" --enable-block-cache=1 --enable-tx-cache=1 --enable-mempool-cache=1 --show-cache-times=1 --enable-pusher' + +# for testnet explorer +alias xmrblockstestnet='~/onion-monero-blockchain-explorer/build/xmrblocks -t --port 8082 --no-blocks-on-index 24 --mainnet-url "http://139.162.32.245:8081" --enable-block-cache=1 --enable-tx-cache=1 --enable-mempool-cache=1 --show-cache-times=1 --enable-pusher' ``` These are explorer commands used for http://139.162.32.245:8081/ and http://139.162.32.245:8082/, respectively.