Is there any way to get the extraNonce values of every mined block from 1 -> 150000 ?
I am interested in doing some blockchain archaelogy like this:
https://bitcointalksearch.org/topic/chain-archaeology-answers-from-the-early-blockchain-507458
I already have those for blocks 1-36288, but I would like to have them all the way until block 150000. (After that the extraNonce becomes meaningless.)
The extraNonce value for each block can be found from the block-reward transaction from coinbase.
https://bitcoin.stackexchange.com/questions/48540/how-is-the-extra-nonce-formatted
Would be great if someone either has those, or can help me getting them myself.
Can you check this file: https://transfer.sh/oZFQr/extranonces.final.gz ? Format is height;hash;extranonce value.
I've got values for ~180k first blocks. Didn't check if all coinbase input scripts had the same format, just exported 2nd value pushed in stack of coinbase input script using my export tools. If values doesn't match yours, please send me your values so I can fix my scripts, but so far, it seems to match values from the order thread.
Cheers.