Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: bitcoinex on January 23, 2011, 11:48:13 AM



Title: How determine which block contains this transaction by txid?
Post by: bitcoinex on January 23, 2011, 11:48:13 AM
How I can determine which block contains this transaction (by txid) from CLI?

Is it possible to add a field "block hash" and "block num" into listtransactions output?


Title: Re: How determine which block contains this transaction by txid?
Post by: Gavin Andresen on January 23, 2011, 02:05:47 PM
The number of confirmations tells you which block a transaction is in:
0 confirmations: not in a block yet.
1 confirmation: in block number "getblockcount" block.
2 : getblockcount-1
 ... etc.

Note that if there is a block chain reorganization which block the transaction is in can change (as can the number of confirmations).




Title: Re: How determine which block contains this transaction by txid?
Post by: bitcoinex on January 23, 2011, 02:16:42 PM
The number of confirmations tells you which block a transaction is in:
0 confirmations: not in a block yet.
1 confirmation: in block number "getblockcount" block.

bitcoin CLI don't have function for view block hash by count number

Quote
2 : getblockcount-1
 ... etc.

Note that if there is a block chain reorganization which block the transaction is in can change (as can the number of confirmations).

This has already happened?

My dream is somehow to get the checked generator of random numbers based on the bitcoin network. I want use sha256(block hash + txid) for this or something like