readme updated

This commit is contained in:
moneroexamples 2016-05-09 22:36:52 +00:00
parent e423b7f3c1
commit 2790abe370
2 changed files with 11 additions and 7 deletions

View File

@ -1,14 +1,14 @@
# Onion Monero Blockchain Explorer
Curently avaliable Monero blockchain explorer websites exist in the clearnet. Although useful, they have several limitations which or of special importance to priavcy-oriented users:
Curently available Monero blockchain explorer websites have several limitations which are of special importance to privacy-oriented users:
- they use JavaScript,
- have images which might be used for [coockless tracking](http://lucb1e.com/rp/cookielesscookies/)),
- have images which might be used for [cookieless tracking](http://lucb1e.com/rp/cookielesscookies/)),
- track users activates through google analytics,
- are closed sourced,
- are not available as hidden services,
- have very only basic search capabilities,
- can't identify users ouputs based on provided Monero address and viewkey.
- provide only basic search capabilities,
- can't identify users outputs based on provided Monero address and viewkey.
In this example, these limitations are addressed by development of
@ -22,8 +22,11 @@ an Onion Monero Blockchain Explorer. The example not only shows how to use Moner
## Onion Monero Blockchain Explorer features
The key features of the Onion Monero Blockchain Explorer are
- available as a hidden service,
- no javascript, no web analytics trackers, no images,
- open source,
- open sourced,
- made fully in C++,
- the only explorer showing encrypted payments ID,
- the only explorer with the ability to search by encrypted payments ID, tx public,

View File

@ -26,13 +26,14 @@
<table class="center" style="width: 80%; margin-top:10px">
<tr>
<td>Block: {{blk_height}}</td>
<td>Block: <a href="/block/{{blk_height}}">{{blk_height}}</a></td>
<td>Timestamp [UCT]: {{blk_timestamp}}</td>
<td>Age [y:d:h:m:s]: {{delta_time}}</td>
<td>Fee: {{tx_fee}}</td>
<td>Tx size: {{tx_size}} kB</td>
</tr>
<!-- <tr>
<!--
<tr>
<td colspan="5">Extra: {{extra}}</td>
</tr>
-->