mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Info about 10 block delay when searching using custom lmdb added
This commit is contained in:
parent
9d22729be0
commit
422641fb95
2 changed files with 4 additions and 3 deletions
|
@ -416,8 +416,9 @@ Instruction how to compile the `lmdbcpp-monero` are provided here:
|
||||||
- https://github.com/moneroexamples/lmdbcpp-monero.git
|
- https://github.com/moneroexamples/lmdbcpp-monero.git
|
||||||
|
|
||||||
The custom database is rather big, 12GB now, and it must be running alongside Monero deamon
|
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
|
so that it keeps updating itself with new information from new blocks as they are added
|
||||||
to the blockchain.
|
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,
|
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.
|
e.g., searching for key images, output and tx public keys, encrypted payments id.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{{#no_results}}
|
{{#no_results}}
|
||||||
<h4 style="margin-bottom:2px">Nothing in the blockchain has been found that matches the search term :-(</h4>
|
<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}}
|
{{/no_results}}
|
||||||
|
|
||||||
{{#to_many_results}}
|
{{#to_many_results}}
|
||||||
|
|
Loading…
Reference in a new issue