readme updated

This commit is contained in:
moneroexamples 2017-11-20 09:06:14 +08:00
parent bacd5d3937
commit 0e523368a9
1 changed files with 1 additions and 3 deletions

View File

@ -78,6 +78,7 @@ The key features of the Onion Monero Blockchain Explorer are:
- estimate possible spendings based on address and viewkey,
- can provide total amount of all miner fees.
- decoding encrypted payment id.
- decoding outputs and proving txs sent to sub-address.
## Compilation on Ubuntu 16.04
@ -99,9 +100,6 @@ git clone https://github.com/monero-project/monero
cd monero/
# checkout last monero version
git checkout -b last_release v0.11.1.0
make
```