readme updated

This commit is contained in:
moneroexamples 2016-12-28 10:59:38 +08:00
parent ff6f8f407e
commit 3dfb3bd24c
1 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,6 @@ Curently available Monero blockchain explorer websites have several limitations
- are closed sourced,
- are not available as hidden services,
- provide only basic search capabilities,
- can't identify users outputs based on provided Monero address and viewkey, or private tx key,
- do not support Monero testnet, i.e., they dont work with RingCT transactions
@ -36,10 +35,12 @@ i2p users (main Monero network):
- [http://monerotools.i2p](http://monerotools.i2p)
Non tor users, can use its clearnet version (thanks to [Gingeropolous](https://github.com/Gingeropolous)):
Non tor users, can use its clearnet versions:
- [http://explore.MoneroWorld.com](http://explore.moneroworld.com)
- [https://explorer.xmr.my/](https://explorer.xmr.my/)
Note: clearnet version might be not as up to date as the onion version.
## Onion Monero Blockchain Explorer features
@ -69,7 +70,7 @@ The key features of the Onion Monero Blockchain Explorer are:
Everything here was done and tested using Monero 0.9.4 on Ubuntu 16.04 x86_64.
Instruction for Monero 0.10 compilation and Monero headers and libraries setup are
Instruction for Monero 0.10.1 compilation and Monero headers and libraries setup are
as shown here:
- [Compile Monero 0.9 on Ubuntu 16.04 x64](https://github.com/moneroexamples/compile-monero-09-on-ubuntu-16-04)
- [lmdbcpp-monero](https://github.com/moneroexamples/lmdbcpp-monero.git)