1
When a miner includes a transaction in a block, according to the integrity rules the miner should search for a previous transaction which output the coins being used in the current transaction. Now, the previous transaction is a record stored somewhere deep inside the blockchain.
What is the time taken to search and validate the previous txn output in the blockchain data structure?
For the highligted part, how much time does it take to find the referenced output transaction? My question is really about the time taken to do the search for the referenced output transaction – Smagula – 2014-02-02T07:27:24.543
@Smagula We really cannot say that it takes
x msit depends on the proccessing power that is verifying the transactions outputs and inputs. I cannot help in this way. – Marek – 2014-02-02T07:38:21.623