Commit Graph

1051 Commits (c3ffc5b8195328fea2d9a7171e3ec56e56f9de40)
 

Author SHA1 Message Date
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
kenshi84 881b87b0de show number of non-ringct inputs
moneroexamples 7d28eecfcb dont disply "show more" link for mempool txs
moneroexamples 736495abc7 readme updated
moneroexamples 158ce6863b show tx in json in tx checker for raw tx data only
moneroexamples c532b7f675 updated to latest Monero PR's.
moneroexamples 3f9a8b96a4 fix: showing json details of coinbase txs
moneroexamples 879e38c45d readme updated
moneroexamples ce30fc1493 readme updated
moneroexamples a0f85e68eb rpccalls.h updated to match current monero rpc changes
moneroexamples 925f233c58 readme updated
moneroexamples 61ccbeb150 monerohash.com added to readme
moneroexamples 1f464dcd84 spelling error corrected
moneroexamples 51db26e717 Specify libunbound.a only for mac or win.
Linux has its own.
moneroexamples af9b290458 Merge pull request from kenshi84/build-win
build on windows
kenshi84 721da7475d build on windows
moneroexamples a287cb7ef0 monero version added into the footer
moneroexamples 7a806de1ec screenshot added
moneroexamples 034226599d remove scresnshot
moneroexamples 1e38ee9e8b fix: no css in raw tx data checker
moneroexamples d187f1a9e3 image nd output publick checkers use default header now
moneroexamples 059bc5ad12 footer simplified and address removed.
moneroexamples b144154ddd use html default header in tx pusher
moneroexamples 9b2edff4f4 Merge pull request from moneroexamples/parse_raw_tx_data
Parse raw tx data and be able to decode its outputs
moneroexamples 4cebf488d9 ability to decode outptus of raw tx data added
moneroexamples e74b809579 tiny code cleaning
moneroexamples 8a36180392 display details of raw tx data
moneroexamples 8fc1245885 feature: decoding raw tx data used in /sendrawtransaction
moneroexamples 0f731443dd readme updated
moneroexamples 7000299eb1 README updated
moneroexamples a2b142e344 README updated
moneroexamples b9029a4664 link to tx added to show my outputs
moneroexamples f1088e5154 fix: incorrect link to mixin tx
moneroexamples c71dc2592f mempool.html simplified
moneroexamples 14d24dd076 mempool.html simplified
moneroexamples 09dbca87ba Merge pull request from moneroexamples/matching_inputs_and_ouputs_public_keys
Matching inputs and ouputs public keys
moneroexamples 8d018ecfdf few amendments to spending estimation
moneroexamples 87e113d2b6 Merge branch 'master' into matching_inputs_and_ouputs_public_keys
moneroexamples d5933100a8 fix: tx block number incorrect by 1.
moneroexamples e4cf9c05d9 fix: iterating over mixins is correct now.
moneroexamples 3143506724 mempool link added to front page
moneroexamples dd3aeca666 Merge pull request from kenshi84/build-mac
build on mac
moneroexamples 3826eb2920 mempool link added to front page
kenshi84 dc3ff97648 build on mac
moneroexamples 02091a64f9 Merge pull request from moneroexamples/limit_mempool_tx_on_front_page
Limit mempool tx on front page