Commit Graph

745 Commits (4fee4e25c99ee4f67a6b9a36214b5697f9683917)
 

Author SHA1 Message Date
moneroexamples 4a5f2d993f readme updated
moneroexamples c3c25fcb03 fix merging problems
moneroexamples b540bf5f72 Merge pull request from moneroexamples/performance_improvements
Performance improvements
moneroexamples 652a3bd816 gitignore updated
moneroexamples 468f927e8b gitignore modefied
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/45
moneroexamples 40d87bdab4 readme updated
moneroexamples 4fc33137de FindMonero.cmake added to simply building against Monero
moneroexamples 05a7af350a Merge pull request from moneroexamples/fix_tx_timestamps_index2
fix weird timestamps
moneroexamples 471850cdd0 readme updated
moneroexamples 452f4fa7c3 fix weird timestamps
plus some tiny performance improvements

https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/46
moneroexamples df7c5f8263 Readme updated
moneroexamples b684a35b6b an onion address updated
moneroexamples 8471fa28ef custom searches removed from readme
moneroexamples 6e070f2dba fix: spelling in readme
moneroexamples 0426dacb63 info about custom lmdb removed from readme
moneroexamples a4de87deba testnet priority nodes added
moneroexamples c7d84b0c24 new tor xmr node added
moneroexamples f555340dec new testnet explorer added to readme
moneroexamples 9fb0601e6a onion node added
moneroexamples 46388b08eb Merge branch 'master' of github.com:moneroexamples/onion-monero-blockchain-explorer
moneroexamples 54d11c9f7a readme updated
moneroexamples 05a843d6f3 fix: some template files were not pre-loaded
moneroexamples c0b19625ef fmt library updated
moneroexamples a82024946c readme updated
moneroexamples 2fa5a84cc5 Merge pull request from moneroexamples/preload_template_files
Preload template files to improve performance
moneroexamples 8b0a970d57 rebased to master
moneroexamples 26d4633489 Merge branch 'preload_template_files' of github.com:moneroexamples/onion-monero-blockchain-explorer into preload_template_files
moneroexamples a658f93080 template_file map repleased reading templates from hdd for each request
moneroexamples 381848c06d started construction of template_file map
moneroexamples 87ec3934f0 no_of_last_blocks option added and default set to 10
moneroexamples 89ec634422 fix: no more parsing json of each tx in mempool 5 times!
moneroexamples d22cb6a827 fix: unnessery function call in mempool()
moneroexamples 0937c0592b gitignore modified
moneroexamples 38d893057e xmreg::pause_execution added to tools.
moneroexamples 4b10de5ca4 template_file map repleased reading templates from hdd for each request
moneroexamples b754e6050a started construction of template_file map
moneroexamples 16fce8188c dont use custom get blockchein height function. use one from monero
moneroexamples 2de4578ced new onion link added
moneroexamples 9fe3e29325 new onion link added
moneroexamples efcd598933 readme updated
moneroexamples 543ad9c3af key image and output keys chekers, pusher, refresh are optional now
moneroexamples c1bc037add readme updated
moneroexamples a269b54d84 onion address added
moneroexamples aa32af635f change search placeholder text depending if custom lmdb exists
moneroexamples 346855dd2f License file added
moneroexamples f70e7e2db2 show "at least" input amount when tx has mixture of known and uknown imputs amounts
moneroexamples 918a223c0b example code (commneted out) of using spend keys added into show_my_outputs
moneroexamples 4861cf5d6f use only first output matched in an input to estimate spending
sometimes there can be two or more our outputs found in a single input. In this case, one is real spending, and the others are used as fakes. In this case, choose the first output found for spending estimation. Without spendkey it is impossible to know which one is real or fake for sure.
moneroexamples 0a73be07b0 new testnet url added to readme
moneroexamples 1a98ec7e28 Merge pull request from kenshi84/count-nonrct-inputs
show number of non-ringct inputs