Curently available Monero blockchain explorer websites have several limitations which are of special importance to privacy-oriented users:
Currently, to prove to someone that you send them some monero, you can use this: [checktx](http://xmr.llcoins.net/checktx.html). Altought its useful, it is limited
in that it:
- they use JavaScript,
- uses JavaScript and
- have images which might be used for [cookieless tracking](http://lucb1e.com/rp/cookielesscookies/),
- not available as hidden services.
- track users activates through google analytics,
- 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.
In this example, these limitations are addressed by development of
In this example, these limitations are addressed by development of
an Onion Monero Blockchain Explorer. The example not only shows how to use Monero C++ libraries, but also demonstrates how to use:
an Onion Monero Prover. The example not only shows how to use Monero C++ libraries, but also demonstrates how to use:
- [crow](https://github.com/ipkn/crow) - C++ micro web framework
- [crow](https://github.com/ipkn/crow) - C++ micro web framework
- [lmdb++](https://github.com/bendiken/lmdbxx) - C++ wrapper for the LMDB
- [lmdb++](https://github.com/bendiken/lmdbxx) - C++ wrapper for the LMDB
@ -24,33 +20,12 @@ an Onion Monero Blockchain Explorer. The example not only shows how to use Moner