Info about 10 block delay when searching using custom lmdb added

This commit is contained in:
moneroexamples 2017-01-13 04:25:18 +00:00
parent 9d22729be0
commit 422641fb95
2 changed files with 4 additions and 3 deletions

View File

@ -416,8 +416,9 @@ Instruction how to compile the `lmdbcpp-monero` are provided here:
- https://github.com/moneroexamples/lmdbcpp-monero.git
The custom database is rather big, 12GB now, and it must be running alongside Monero deamon
so that it keeps updating itself with new information from new blocks as they are added
to the blockchain.
so that it keeps updating itself with new information from new blocks as they are added
to the blockchain. Also, by default it is 10 blocks behind the current blockchain height
to minimize indexing/saving orphaned blocks.
For these reasons, its use is optional. However, without it, some searches wont be possible,
e.g., searching for key images, output and tx public keys, encrypted payments id.

View File

@ -3,7 +3,7 @@
{{#no_results}}
<h4 style="margin-bottom:2px">Nothing in the blockchain has been found that matches the search term :-(</h4>
<h5 style="margin:2px">Note: there might be 1-2 min delay between my blockchain and others</h5>
<h5 style="margin:2px">Note: there might be 10 block delay between what can be searchable (e.g., key images)</h5>
{{/no_results}}
{{#to_many_results}}