From 0f731443dd57d8194288ee5190101047489a3ff0 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 27 Jan 2017 05:46:21 +0800 Subject: [PATCH] readme updated --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f936f78..0b84cac 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Curently available Monero blockchain explorer websites have several limitations - are closed sourced, - are not available as hidden services, - provide only basic search capabilities, - - do not support Monero testnet, i.e., they dont work with RingCT transactions + - do not support Monero testnet In this example, these limitations are addressed by development of @@ -29,7 +29,7 @@ Clearnet versions: - [http://blox.supportxmr.com/](http://blox.supportxmr.com/) - [https://explorer.xmr.my/](https://explorer.xmr.my/) -Clearnet testnet Monero version - - https enabled: +Clearnet testnet Monero version - https enabled: - [https://testnet.xmrchain.com/](https://testnet.xmrchain.com/) @@ -61,14 +61,12 @@ The key features of the Onion Monero Blockchain Explorer are: - the only explorer showing detailed information about mixins, such as, mixins' age, timescale, mixin of mixins, - the only explorer showing number of amount output indices, - - the only explorer supporting Monero testnet network and RingCT, + - the only explorer supporting Monero testnet network, - the only explorer providing tx checker and pusher for online pushing of transactions, - the only explorer allowing to inspect encrypted key images file and output files. ## Prerequisite -Everything here was done and tested using Monero 0.9.4 on Ubuntu 16.04 x86_64. - 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)