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